Skip to content

Commit fc00d62

Browse files
committed
feat(extras): add sublime colorscheme
1 parent 4a5caf2 commit fc00d62

File tree

2 files changed

+1391
-0
lines changed

2 files changed

+1391
-0
lines changed

lua/astrotheme/extras/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ M.extras = {
2727
slack = {ext = "txt", url = "https://slack.com", label = "Slack"},
2828
spotify_player = {ext = "toml", url = "https://github.com/aome510/spotify-player", label = "Spotify Player"},
2929
st = {ext = "h", url = "https://st.suckless.org/", label = "simple terminal"},
30+
sublime = { ext = "tmTheme", url = "https://www.sublimetext.com/docs/themes", label = "Sublime Text" },
3031
terminator = { ext = "conf", url = "https://gnome-terminator.readthedocs.io/en/latest/config.html", label = "Terminator" },
3132
tilix = { ext = "json", url = "https://github.com/gnunn1/tilix", label = "Tilix" },
3233
vim = { ext = "vim", url = "https://vimhelp.org/", label = "Vim", subdir = "colors"},

0 commit comments

Comments
 (0)