Fix night theme, search fg

This commit is contained in:
2023-12-01 15:30:50 -05:00
parent 1752319cc5
commit 65c91c4b70
46 changed files with 568 additions and 571 deletions

View File

@@ -2,12 +2,12 @@
colors:
# Default colors
primary:
background: '0xe1e2e7'
background: '0xf9f6f6'
foreground: '0x6c6252'
# Normal colors
normal:
black: '0xe9e9ed'
black: '0xfaf8f8'
red: '0xdb5234'
green: '0x715e4b'
yellow: '0x9b6635'

View File

@@ -2,12 +2,12 @@
colors:
# Default colors
primary:
background: '0x1a1b26'
background: '0x0f0908'
foreground: '0xE0CCAE'
# Normal colors
normal:
black: '0x15161e'
black: '0x0c0706'
red: '0xbf472c'
green: '0xa4896f'
yellow: '0xf2a766'