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,33 @@
# Spacegray, from Sublime Text
# Source https://github.com/SublimeText/Spacegray
# Default colors
[colors.primary]
background = '#20242d'
foreground = '#b3b8c3'
[colors.cursor]
text = '#b3b8c3'
cursor = '#b3b8c3'
# Normal colors
[colors.normal]
black = '#000000'
red = '#b04b57'
green = '#87b379'
yellow = '#e5c179'
blue = '#7d8fa4'
magenta = '#a47996'
cyan = '#85a7a5'
white = '#b3b8c3'
# Bright colors
[colors.bright]
black = '#000000'
red = '#b04b57'
green = '#87b379'
yellow = '#e5c179'
blue = '#7d8fa4'
magenta = '#a47996'
cyan = '#85a7a5'
white = '#ffffff'