Skip to content

Commit

Permalink
Add spacegray theme
Browse files Browse the repository at this point in the history
  • Loading branch information
echometerain authored Oct 24, 2024
1 parent 5fc1a9d commit c424c57
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ configuration file.
| **_solarized_dark_**<br>[source](http://ethanschoonover.com/solarized) | ![solarized_dark](images/solarized_dark.png) |
| **_solarized_light_**<br>[source](http://ethanschoonover.com/solarized) | ![solarized_light](images/solarized_light.png) |
| **_solarized_osaka_**<br>[source](https://github.com/craftzdog/solarized-osaka.nvim) | ![solarized_osaka](images/solarized_osaka.png) |
| **_spacegray_**<br>[source](https://github.com/SublimeText/Spacegray) | ![spacegray](images/spacegray.png)
| **_synthwave_84_**<br>[source](https://github.com/robb0wen/synthwave-vscode) | ![synthwave_84](images/synthwave_84.png) |
| **_taerminal_**<br>[source](https://github.com/cozywigwam/iterm-taerminal) | ![taerminal](images/taerminal.png) |
| **_tango_dark_**<br>[source](https://github.com/GNOME/gnome-terminal/blob/18939a24d21d6b7c6edd57a00a3a8a48f3aecec5/src/profile-editor.c#L213) | ![tango_dark](images/tango_dark.png) |
Expand Down
Binary file added images/spacegray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions themes/spacegray.toml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit c424c57

Please sign in to comment.