Change directory structure

This commit is contained in:
2026-03-15 13:56:32 +05:30
parent 1f9cee1ad9
commit 839b7e0b5f
2564 changed files with 897 additions and 82 deletions

View File

@@ -0,0 +1,27 @@
# Colors (Darkside)
colors:
primary:
background: '#222324'
foreground: '#BABABA'
# Normal colors
normal:
black: '#000000'
red: '#E8341C'
green: '#68C256'
yellow: '#F2D42C'
blue: '#1C98E8'
magenta: '#8E69C9'
cyan: '#1C98E8'
white: '#BABABA'
# Bright colors
bright:
black: '#666666'
red: '#E05A4F'
green: '#77B869'
yellow: '#EFD64B'
blue: '#387CD3'
magenta: '#957BBE'
cyan: '#3D97E2'
white: '#BABABA'