This commit is contained in:
2026-06-12 14:45:59 -07:00
parent 18af1b323d
commit 2231bc79b8
6 changed files with 36 additions and 30 deletions
+22 -22
View File
@@ -1,31 +1,31 @@
[colors.primary]
background = '#10140f'
foreground = '#e0e4db'
background = '#f9f9ff'
foreground = '#191c20'
[colors.selection]
text = '#e0e4db'
background = '#1b5e20'
text = '#191c20'
background = '#d4e3ff'
[colors.cursor]
text = '#10140f'
cursor = '#4caf50'
text = '#f9f9ff'
cursor = '#3b608f'
[colors.normal]
black = '#10140f'
red = '#c96a4c'
green = '#4daf4c'
yellow = '#dacb52'
blue = '#35a639'
magenta = '#005103'
cyan = '#4caf50'
white = '#abb7ab'
black = '#111318'
red = '#872844'
green = '#196b24'
yellow = '#aba314'
blue = '#396296'
magenta = '#cde2fd'
cyan = '#3b608f'
white = '#262628'
[colors.bright]
black = '#717b71'
red = '#eca088'
green = '#80d27e'
yellow = '#fff39a'
blue = '#63c067'
magenta = '#89e38d'
cyan = '#b6f4b9'
white = '#f6fdf6'
black = '#757779'
red = '#b34d6b'
green = '#379d45'
yellow = '#b9b221'
blue = '#4471ad'
magenta = '#cde2fd'
cyan = '#839bb9'
white = '#d1d3d6'