home: update color scheme to solarized

This commit is contained in:
Tim Schubert 2024-04-28 20:15:36 +02:00
parent d3c7b429c7
commit cf396ba220
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
3 changed files with 20 additions and 21 deletions

View file

@ -32,7 +32,6 @@ with lib.hm.gvariant;
clock-show-date = true; clock-show-date = true;
clock-show-seconds = false; clock-show-seconds = false;
clock-show-weekday = true; clock-show-weekday = true;
color-scheme = "prefer-dark";
enable-animations = true; enable-animations = true;
enable-hot-corners = false; enable-hot-corners = false;
font-antialiasing = "grayscale"; font-antialiasing = "grayscale";

View file

@ -1,28 +1,28 @@
# XTerm's default colors # Colors (Solarized Light)
# Default colors # Default colors
[colors.primary] [colors.primary]
background = '#ffffff' background = '#fdf6e3'
foreground = '#000000' foreground = '#586e75'
# Normal colors # Normal colors
[colors.normal] [colors.normal]
black = '#000000' black = '#073642'
red = '#cd0000' red = '#dc322f'
green = '#00cd00' green = '#859900'
yellow = '#cdcd00' yellow = '#b58900'
blue = '#0000ee' blue = '#268bd2'
magenta = '#cd00cd' magenta = '#d33682'
cyan = '#00cdcd' cyan = '#2aa198'
white = '#e5e5e5' white = '#eee8d5'
# Bright colors # Bright colors
[colors.bright] [colors.bright]
black = '#7f7f7f' black = '#002b36'
red = '#ff0000' red = '#cb4b16'
green = '#00ff00' green = '#586e75'
yellow = '#ffff00' yellow = '#657b83'
blue = '#5c5cff' blue = '#839496'
magenta = '#ff00ff' magenta = '#6c71c4'
cyan = '#00ffff' cyan = '#93a1a1'
white = '#ffffff' white = '#fdf6e3'

View file

@ -1,4 +1,4 @@
theme = "emacs" theme = "solarized_light"
[editor] [editor]
line-number = "relative" line-number = "relative"