diff options
author | raveit65 <[email protected]> | 2014-10-18 12:19:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-18 12:20:34 +0200 |
commit | b9d9f7c49524de7f07a0b5595f83f656ae858b04 (patch) | |
tree | 70bbea74a1f8bbb0dec7dd0007680e91ec8ff41c /desktop-themes | |
parent | fdae094c2fde1f155acf842f9559163e3094ae97 (diff) | |
download | mate-themes-b9d9f7c49524de7f07a0b5595f83f656ae858b04.tar.bz2 mate-themes-b9d9f7c49524de7f07a0b5595f83f656ae858b04.tar.xz |
TraditionalOK GTK3; fix a naming typo
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css index c5c438aa..f7fcdcec 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css @@ -37,8 +37,8 @@ /* Core colors are only used in the current file, as bases for other color declarations. */ -@define-color core_color_a #a4c2e8; /* Core color for blue widgets in Clearlooks-Phenix. */ -@define-color core_color_b #edeceb; /* Core color for gray widgets in Clearlooks-Phenix. */ +@define-color core_color_a #a4c2e8; /* Core color for blue widgets in TraditionalOK. */ +@define-color core_color_b #edeceb; /* Core color for gray widgets in TraditionalOK. */ /******************************************** * End of configuration for color variants. * |