This commit is contained in:
Niktia Bykov
2024-01-01 16:02:24 +05:00
parent ba4558bb97
commit 10a178cbf1
66 changed files with 1943 additions and 2 deletions

View File

@ -0,0 +1,34 @@
# Colors (Kanagawa Dragon)
# Source: https://github.com/rebelot/kanagawa.nvim
colors:
primary:
background: '0x181616'
foreground: '0xc5c9c5'
normal:
black: '0x0d0c0c'
blue: '0x8ba4b0'
cyan: '0x8ea4a2'
green: '0x8a9a7b'
magenta: '0xa292a3'
red: '0xc4746e'
white: '0xC8C093'
yellow: '0xc4b28a'
bright:
black: '0xa6a69c'
blue: '0x7FB4CA'
cyan: '0x7AA89F'
green: '0x87a987'
magenta: '0x938AA9'
red: '0xE46876'
white: '0xc5c9c5'
yellow: '0xE6C384'
selection:
background: '0x2d4f67'
foreground: '0xc8c093'
indexed_colors:
- { index: 16, color: '0xffa066' }
- { index: 17, color: '0xff5d62' }