XFCE_AND_HYPERLAND
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
style "launcher-bg" { # for the background GtkWindow
|
||||
bg[NORMAL] = "#3675AD"
|
||||
}
|
||||
style "launcher-fg" { # for the text size/color
|
||||
font_name="Sans Bold 11"
|
||||
fg[NORMAL]="#3675AD"
|
||||
fg[PRELIGHT]="#3675AD"
|
||||
}
|
||||
style "launcher-nb" = "launcher-fg" { #for the notebook
|
||||
bg[NORMAL] = "#ffffff"
|
||||
#"bg[SELECTED] = "#3675AD"
|
||||
fg[ACTIVE] = "#ffffff" #text color for non-active tabs
|
||||
bg[ACTIVE] = "#3675AD" #the other non-active tabs
|
||||
}
|
||||
widget_class "*<GtkNotebook>" style "launcher-nb"
|
||||
widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
|
||||
widget "GtkWindow" style "launcher-bg"
|
||||
widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"
|
||||
widget_class "*<GtkVBox><GtkHBox><GtkLabel>" style "launcher-fg"
|
||||
Reference in New Issue
Block a user