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 (Ubuntu)
colors:
# Default colors
primary:
background: '#300a24'
foreground: '#eeeeec'
# Normal colors
normal:
black: '#2e3436'
red: '#cc0000'
green: '#4e9a06'
yellow: '#c4a000'
blue: '#3465a4'
magenta: '#75507b'
cyan: '#06989a'
white: '#d3d7cf'
# Bright colors
bright:
black: '#555753'
red: '#ef2929'
green: '#8ae234'
yellow: '#fce94f'
blue: '#729fcf'
magenta: '#ad7fa8'
cyan: '#34e2e2'
white: '#eeeeec'