chore(gtk3: colors.thpl): comment out text_color: %TXT_FG%

master
actionless 2018-08-08 23:35:43 +02:00
parent a286e8ac58
commit c0a1daf6f5
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
$base_color: if($variant =='light', %TXT_BG%, %MENU_BG2%);
$base_bg_color: %BG%;
$text_color: if($variant == 'light', %TXT_FG%, %MENU_FG%);
// not implemented for GTK+2 theme:
//$text_color: if($variant == 'light', %TXT_FG%, %MENU_FG%);
$text_color: if($variant == 'light', %FG%, %MENU_FG%);
$bg_color: if($variant =='light', $base_bg_color, %MENU_BG%);
$fg_color: if($variant =='light', %FG%, %MENU_FG%);