Skip to content

Commit b2827bb

Browse files
authored
style: Add a slight blue tint to the theme (#13568)
Many themes use this styling. Since people installing Cinnamon outside of will likely be using Adwaita or a something similar, tint the default theme a slight blue to fit in better with these other themes.
1 parent 40a0ebe commit b2827bb

8 files changed

Lines changed: 39 additions & 39 deletions

File tree

data/theme/add-workspace-hover.svg

Lines changed: 4 additions & 4 deletions
Loading

data/theme/add-workspace.svg

Lines changed: 5 additions & 5 deletions
Loading

data/theme/checkbox-off.svg

Lines changed: 5 additions & 5 deletions
Loading

data/theme/checkbox.svg

Lines changed: 5 additions & 5 deletions
Loading

data/theme/cinnamon-sass/_colors.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// global colors
2-
$bg_color: #242424;
3-
$base_color: #303030;
2+
$bg_color: #242428;
3+
$base_color: #303034;
44
$fg_color: white;
55

6-
$panel_bg: #1a1a1a;
6+
$panel_bg: #1a1a1f;
77

88
// colored elements
99
$error_color: #e4705b;
@@ -27,16 +27,16 @@ $large_icon_color: transparentize($fg_color, 0.6);
2727
$light_text_color: mix($fg_color, $bg_color, 65%);
2828

2929
// used for button, entries and highlighted items
30-
$light_bg_color: #393939;
31-
$light_base_color: #444444;
32-
$lighter_bg_color: #454545;
33-
$lightest_bg_color: #656565;
30+
$light_bg_color: #39393c;
31+
$light_base_color: #444448;
32+
$lighter_bg_color: #454549;
33+
$lightest_bg_color: #656569;
3434

3535
// link colors
3636
$link_color: #1c71d8;
3737

3838
// borders
39-
$borders_color: #333333;
39+
$borders_color: #333337;
4040

4141
// shadows
4242
$shadow_color: rgba(0, 0, 0, 0.5);

data/theme/radio-off.svg

Lines changed: 4 additions & 4 deletions
Loading

data/theme/radio.svg

Lines changed: 4 additions & 4 deletions
Loading

data/theme/toggle-off.svg

Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)