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,23 @@
# Colors (Terminal.app Basic)
colors:
primary:
background: '#FFFFFF'
foreground: '#000000'
normal:
black: '#000000'
red: '#990000'
green: '#00A600'
yellow: '#999900'
blue: '#0000B2'
magenta: '#B200B2'
cyan: '#00A6B2'
white: '#BFBFBF'
bright:
black: '#666666'
red: '#E50000'
green: '#00D900'
yellow: '#E5E500'
blue: '#0000FF'
magenta: '#E500E5'
cyan: '#00E5E5'
white: '#E5E5E5'