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: '0x24292e'
foreground: '0xd1d5da'
# Normal colors
normal:
black: '0x24292e'
red: '0xf14c4c'
green: '0x23d18b'
yellow: '0xe2e210'
blue: '0x3b8eea'
magenta: '0xbc3fbc'
cyan: '0x29b7da'
white: '0xd1d5da'
# Bright colors
bright:
black: '0x666666'
red: '0xf14c4c'
green: '0x23d18b'
yellow: '0xf5f543'
blue: '0x3b8eea'
magenta: '0xd670d6'
cyan: '0x29b7da'
white: '0xd1d5da'
indexed_colors:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xf14c4c' }