Update theme
Fixes some of the colors for backgrounds etc for darkmode
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
// main colors used in theme
|
||||
// 1.0 < 1 will result in most cinnamon surfaces being transparent
|
||||
$button_bg_color: #6b7089;
|
||||
$button_bg_color: #161821;
|
||||
$button_fg_color: #c6c8d1;
|
||||
$selected_bg_color: #84a0c6;
|
||||
$selected_fg_color: #d2d4de;
|
||||
$tooltip_bg_color: #c6c8d1;
|
||||
$tooltip_fg_color: #161821;
|
||||
$selected_fg_color: #161821;
|
||||
$tooltip_bg_color: #1e202f;
|
||||
$tooltip_fg_color: #c6c8d1;
|
||||
$dark_bg_color: fade-out(#161821, 1 - 1.0);
|
||||
$dark_fg_color: #c6c8d1;
|
||||
|
||||
@@ -65,7 +65,7 @@ $scrollbar_slider_color: mix($dark_bg_color, $dark_fg_color, 20%);
|
||||
$scrollbar_slider_hover_color: mix($dark_bg_color, $selected_bg_color, 20%);
|
||||
|
||||
// caret colors for dialog entrys
|
||||
$primary_caret_color: #161821;
|
||||
$primary_caret_color: #84a0c6;
|
||||
|
||||
// other colors used in the theme
|
||||
$link_color: #84a0c6;
|
||||
@@ -79,6 +79,6 @@ $info_bg_color: #91acd1;
|
||||
$roundness: 4px;
|
||||
|
||||
// used for buttons, entrys, panel spacing, and menu item spacing.
|
||||
$spacing: 3px;
|
||||
$spacing_plus2: (3 + 2) + px;
|
||||
$spacing: 0px;
|
||||
$spacing_plus2: (0 + 2) + px;
|
||||
|
||||
|
Reference in New Issue
Block a user