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 (Seagull)
colors:
# Default colors
primary:
background: '#ffffff'
foreground: '#61707a'
# Normal colors
normal:
black: '#0b141a'
red: '#ff4053'
green: '#11ab00'
yellow: '#bf8c00'
blue: '#0099ff'
magenta: '#9854ff'
cyan: '#00a5ab'
white: '#ffffff'
# Bright colors
bright:
black: '#0b141a'
red: '#ff4053'
green: '#11ab00'
yellow: '#bf8c00'
blue: '#0099ff'
magenta: '#9854ff'
cyan: '#00a5ab'
white: '#ffffff'