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,27 @@
colors:
# Default colors
primary:
background: '#333333'
foreground: '#F2F2F2'
# Normal colors
normal:
black: '#333333'
red: '#CC0000'
green: '#4E9A06'
yellow: '#C4A000'
blue: '#3465A4'
magenta: '#75507B'
cyan: '#06989A'
white: '#D3D7CF'
# Bright colors
bright:
black: '#88807C'
red: '#F15D22'
green: '#73C48F'
yellow: '#FFCE51'
blue: '#48B9C7'
magenta: '#AD7FA8'
cyan: '#34E2E2'
white: '#EEEEEC'