Cidoku 3 years ago
parent 582c148fd1
commit 8e798a1aa6

@ -1,7 +1,7 @@
# Chicago95 by Grassmunk
# Based on Xfce-Redmond by dbbolton
gtk_color_scheme = "fg_color:#000000\nbg_color:#908070\nbase_color:#d8d0c8\ntext_color:#000000\nselected_bg_color:#605848\nselected_fg_color:#e0e0d8"
gtk_color_scheme = "fg_color:#000000\nbg_color:#908070\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#605848\nselected_fg_color:#e0e0d8"
######################################
## original color scheme
@ -478,7 +478,7 @@ style "standard-default"
# grip_style = none
# }
engine "redmond95" {} #this gets rid of the black border around menu items etc
#engine "redmond95" {} #this gets rid of the black border around menu items etc
}
class "GtkWidget" style "standard-default"
@ -562,7 +562,7 @@ style "xfdesktop-icon-view" {
XfdesktopIconView::cell-color = "#c0c0c0"
XfdesktopIconView::cell-text-width-proportion = 2.4
XfdesktopIconView::ellipsize-icon-labels = 0
base[NORMAL] = "#008081" #This is the desktop icon label background colour.
base[NORMAL] = "#402840" #This is the desktop icon label background colour.
base[SELECTED] = @selected_bg_color #This is the desktop icon label background colour selected state.
base[ACTIVE] = @selected_bg_color #This is the desktop icon label background colour active state.
fg[NORMAL] = @selected_fg_color #This is the desktop icon label TEXT colour state.

@ -47,7 +47,7 @@
@define-color scrollbar_trough_bg_color #c8c0b8; /* Window theme: scrollbar, also controls task bar background color, per windows 95 themes */
@define-color scrollbar_bg_color @button_bg_color; /* Window theme: (scrollbar) buttonface */
@define-color scrollbar_solid_color @bg_color; /* Window Theme: Scrollbar, this is only if you want the scrollbar trough solid color */
@define-color window_title_bg_color #404878; /* Windows Theme: activetitle */
@define-color window_title_bg_color #484060 /*#404878; /* Windows Theme: activetitle */
@define-color window_title_text_color #e0e0d8; /* Windows Theme: titletext */
@define-color inactive_title_bg_color #605848; /* Windows Theme: inactivetitle */
@define-color inactive_title_text_color #908070; /* Windows Theme: inactivetitletext */

Loading…
Cancel
Save