mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Increase text contrast
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
// Main definitions
|
||||
$base_color: if($variant == 'light', #ebf0f5, lighten(#1A1E21, 1%));
|
||||
$text_color: if($variant == 'light', #31363D, #5D5E60);
|
||||
$text_color: if($variant == 'light', rgb(223, 226, 231), #76777A);
|
||||
$bg_color: if($variant == 'light', darken( #EEEEEE, 3%), #1A1E21);
|
||||
$fg_color: if($variant == 'light', #31363d, #5D5E60);
|
||||
$fg_color: if($variant == 'light', #e69317, #76777A);
|
||||
$switch_bg: if($variant == 'light', #ffffff, transparentize(black,1));
|
||||
$shadow_color: rgba(162, 162, 165, 0.21);
|
||||
$main_dark_color:darken($bg_color, 2%);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
384
gtk-3.0/gtk.css
384
gtk-3.0/gtk.css
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user