fix: fixed extras day styles

This commit is contained in:
Folke Lemaitre
2022-11-10 18:11:09 +01:00
parent 31af414646
commit 053562c9dc
18 changed files with 429 additions and 410 deletions

View File

@@ -2,33 +2,33 @@
colors:
# Default colors
primary:
background: '0xe1e2e7'
foreground: '0x3760bf'
background: '0x1a1b26'
foreground: '0xc0caf5'
# Normal colors
normal:
black: '0xe9e9ed'
red: '0xf52a65'
green: '0x587539'
yellow: '0x8c6c3e'
blue: '0x2e7de9'
magenta: '0x9854f1'
cyan: '0x007197'
white: '0x6172b0'
black: '0x15161e'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xa9b1d6'
# Bright colors
bright:
black: '0xa1a6c5'
red: '0xf52a65'
green: '0x587539'
yellow: '0x8c6c3e'
blue: '0x2e7de9'
magenta: '0x9854f1'
cyan: '0x007197'
white: '0x3760bf'
black: '0x414868'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xc0caf5'
indexed_colors:
- { index: 16, color: '0xb15c00' }
- { index: 17, color: '0xc64343' }
- { index: 16, color: '0xff9e64' }
- { index: 17, color: '0xdb4b4b' }