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,28 @@
# Colors (Wombat)
colors:
# Default colors
primary:
background: '#1f1f1f'
foreground: '#e5e1d8'
# Normal colors
normal:
black: '#000000'
red: '#f7786d'
green: '#bde97c'
yellow: '#efdfac'
blue: '#6ebaf8'
magenta: '#ef88ff'
cyan: '#90fdf8'
white: '#e5e1d8'
# Bright colors
bright:
black: '#b4b4b4'
red: '#f99f92'
green: '#e3f7a1'
yellow: '#f2e9bf'
blue: '#b3d2ff'
magenta: '#e5bdff'
cyan: '#c2fefa'
white: '#ffffff'