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: '0xffffff'
foreground: '0x586069'
# Normal colors
normal:
black: '0x697179'
red: '0xd03d3d'
green: '0x14ce14'
yellow: '0x949800'
blue: '0x0451a5'
magenta: '0xbc05bc'
cyan: '0x0598bc'
white: '0x586069'
# Bright colors
bright:
black: '0x666666'
red: '0xcd3131'
green: '0x14ce14'
yellow: '0xb5ba00'
blue: '0x0451a5'
magenta: '0xbc05bc'
cyan: '0x0598bc'
white: '0x586069'
indexed_colors:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xcd3131' }