Oomox: Change color scheme to cyan

This commit is contained in:
2017-08-20 18:23:49 -05:00
parent dba5dde099
commit 060131a236
63 changed files with 817 additions and 817 deletions

View File

@@ -11,7 +11,7 @@ $button_bg_color: if($variant == "dark", #ebdbb2, #32302f);
$button_fg_color: if($variant == "dark", #32302f, #ebdbb2);
$header_button_bg_color: #282828;
$header_button_fg_color: #ebdbb2;
$selected_bg_color: #d3869b;
$selected_bg_color: #83c07c;
$selected_fg_color: #ebdbb2;
$tooltip_bg_color: #1d2021;
$tooltip_fg_color: #ebdbb2;