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-seconds = false;
clock-show-weekday = true;
color-scheme = "prefer-dark";
enable-animations = true;
enable-hot-corners = false;
font-antialiasing = "grayscale";

View file

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

View file

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