Lighter text color for dark theme
parent
0d39bca2da
commit
0799234903
|
@ -1,6 +1,6 @@
|
||||||
# Numix GTK Theme
|
# Numix GTK Theme
|
||||||
|
|
||||||
gtk-color-scheme = "bg_color:#eeeeee\nfg_color:#555555\nbase_color:#ffffff\ntext_color:#333333\nselected_bg_color:#f0544c\nselected_fg_color:#ffffff\ntooltip_bg_color:#444444\ntooltip_fg_color:#eeeeee\ntitlebar_bg_color:#444444\ntitlebar_fg_color:#cccccc\nmenubar_bg_color:#444444\nmenubar_fg_color:#eeeeee\ntoolbar_bg_color:#eeeeee\ntoolbar_fg_color:#555555\nmenu_bg_color:#444444\nmenu_fg_color:#cccccc\npanel_bg_color:#444444\npanel_fg_color:#eeeeee\nlink_color:#f06860"
|
gtk-color-scheme = "bg_color:#eeeeee\nfg_color:#555555\nbase_color:#ffffff\ntext_color:#333333\nselected_bg_color:#f0544c\nselected_fg_color:#ffffff\ntooltip_bg_color:#444444\ntooltip_fg_color:#eeeeee\ntitlebar_bg_color:#444444\ntitlebar_fg_color:#dddddd\nmenubar_bg_color:#444444\nmenubar_fg_color:#dddddd\ntoolbar_bg_color:#eeeeee\ntoolbar_fg_color:#555555\nmenu_bg_color:#444444\nmenu_fg_color:#dddddd\npanel_bg_color:#444444\npanel_fg_color:#dddddd\nlink_color:#f06860"
|
||||||
|
|
||||||
# Default Style
|
# Default Style
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// default color scheme
|
// default color scheme
|
||||||
$bg_color: if($variant == "dark", #444, #eee);
|
$bg_color: if($variant == "dark", #444, #eee);
|
||||||
$fg_color: if($variant == "dark", #ccc, #555);
|
$fg_color: if($variant == "dark", #ddd, #555);
|
||||||
$base_color: if($variant == "dark", #333, #fff);
|
$base_color: if($variant == "dark", #333, #fff);
|
||||||
$text_color: if($variant == "dark", #eee, #333);
|
$text_color: if($variant == "dark", #eee, #333);
|
||||||
$selected_bg_color: #f0544c;
|
$selected_bg_color: #f0544c;
|
||||||
|
|
Loading…
Reference in New Issue