feat: it's summer, use light theme

This commit is contained in:
Tim Schubert 2024-04-14 19:31:46 +02:00
parent 557a5c7ce9
commit d3c7b429c7
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
3 changed files with 25 additions and 28 deletions

View file

@ -1,31 +1,28 @@
# XTerm's default colors
# Default colors
[colors.primary] [colors.primary]
background = "0x0d1117" background = '#ffffff'
foreground = "0xb3b1ad" foreground = '#000000'
# Normal colors
[colors.normal] [colors.normal]
black = "0x484f58" black = '#000000'
red = "0xff7b72" red = '#cd0000'
green = "0x3fb950" green = '#00cd00'
yellow = "0xd29922" yellow = '#cdcd00'
blue = "0x58a6ff" blue = '#0000ee'
magenta = "0xbc8cff" magenta = '#cd00cd'
cyan = "0x39c5cf" cyan = '#00cdcd'
white = "0xb1bac4" white = '#e5e5e5'
# Bright colors
[colors.bright] [colors.bright]
black = "0x6e7681" black = '#7f7f7f'
red = "0xffa198" red = '#ff0000'
green = "0x56d364" green = '#00ff00'
yellow = "0xe3b341" yellow = '#ffff00'
blue = "0x79c0ff" blue = '#5c5cff'
magenta = "0xd2a8ff" magenta = '#ff00ff'
cyan = "0x56d4dd" cyan = '#00ffff'
white = "0xf0f6fc" white = '#ffffff'
[[colors.indexed_colors]]
index = 16
color = "0xd18616"
[[colors.indexed_colors]]
index = 17
color = "0xffa198"

View file

@ -48,7 +48,7 @@ in
navigate = true; # use n and N to move between diff sections navigate = true; # use n and N to move between diff sections
side-by-side = false; side-by-side = false;
line-numbers = true; line-numbers = true;
light = false; light = true;
}; };
diff = { diff = {
renames = "copies"; renames = "copies";

View file

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