This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
@@ -0,0 +1,26 @@
# Default colors
[colors.primary]
background = '#282828'
foreground = '#eeeeee'
# Normal colors
[colors.normal]
black = '#282828'
red = '#f43753'
green = '#c9d05c'
yellow = '#ffc24b'
blue = '#b3deef'
magenta = '#d3b987'
cyan = '#73cef4'
white = '#eeeeee'
# Bright colors
[colors.bright]
black = '#4c4c4c'
red = '#f43753'
green = '#c9d05c'
yellow = '#ffc24b'
blue = '#b3deef'
magenta = '#d3b987'
cyan = '#73cef4'
white = '#feffff'