Fix dotfiles structure

This commit is contained in:
2026-03-15 10:32:59 +05:30
parent ca014e9949
commit a2c3404cb2
2557 changed files with 148415 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# github Alacritty Colors
colors:
# Default colors
primary:
background: '0x22272e'
foreground: '0x768390'
# Normal colors
normal:
black: '0x22272e'
red: '0xff938a'
green: '0x6bc46d'
yellow: '0xc69026'
blue: '0x6cb6ff'
magenta: '0xb083f0'
cyan: '0x56d4dd'
white: '0x768390'
# Bright colors
bright:
black: '0x636e7b'
red: '0xff938a'
green: '0x6bc46d'
yellow: '0xdaaa3f'
blue: '0x6cb6ff'
magenta: '0xdcbdfb'
cyan: '0x56d4dd'
white: '0x768390'
indexed_colors:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xff938a' }