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

View file

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

View file

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