added a new theme

This commit is contained in:
aminnairi
2023-05-19 10:36:36 +02:00
parent 07d562ad47
commit 7e0d882b3b
+58 -1
View File
@@ -1,4 +1,61 @@
schemes:
atom-one-light: &atom-one-light
primary:
background: '0xf8f8f8'
foreground: '0x2a2b33'
normal:
black: '0x000000'
red: '0xde3d35'
green: '0x3e953a'
yellow: '0xd2b67b'
blue: '0x2f5af3'
magenta: '0xa00095'
cyan: '0x3e953a'
white: '0xbbbbbb'
bright:
black: '0x000000'
red: '0xde3d35'
green: '0x3e953a'
yellow: '0xd2b67b'
blue: '0x2f5af3'
magenta: '0xa00095'
cyan: '0x3e953a'
white: '0xffffff'
tokyonight-day: &tokyonight-day
primary:
background: '0xd5d6db'
foreground: '0x343b59'
cursor:
text: '0xd5d6db'
cursor: '0x343b59'
normal:
black: '0xd5d6db'
red: '0x343b58'
green: '0x485e30'
yellow: '0x166775'
blue: '0x34548a'
magenta: '0x5a4a78'
cyan: '0x3e6968'
white: '0x343b59'
bright:
black: '0x9699a3'
red: '0x343b58'
green: '0x485e30'
yellow: '0x166775'
blue: '0x34548a'
magenta: '0x5a4a78'
cyan: '0x3e6968'
white: '0x1a1b26'
indexed_colors:
- { index: 16, color: '0x965027' }
- { index: 17, color: '0x8c4351' }
- { index: 18, color: '0xcbccd1' }
- { index: 19, color: '0xdfe0e5' }
- { index: 20, color: '0x4c505e' }
- { index: 21, color: '0x1a1b26' }
tokyo-night: &tokyo-night
primary:
background: '#1a1b26'
@@ -78,4 +135,4 @@ font:
family: JetBrainsMono Nerd Font
style: Bold Italic
size: 8.0
colors: *gruvbox-light
colors: *atom-one-light