Skip to content

Commit

Permalink
feat(extras): add sublime colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 15, 2024
1 parent 4a5caf2 commit fc00d62
Show file tree
Hide file tree
Showing 2 changed files with 1,391 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrotheme/extras/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ M.extras = {
slack = {ext = "txt", url = "https://slack.com", label = "Slack"},
spotify_player = {ext = "toml", url = "https://github.com/aome510/spotify-player", label = "Spotify Player"},
st = {ext = "h", url = "https://st.suckless.org/", label = "simple terminal"},
sublime = { ext = "tmTheme", url = "https://www.sublimetext.com/docs/themes", label = "Sublime Text" },
terminator = { ext = "conf", url = "https://gnome-terminator.readthedocs.io/en/latest/config.html", label = "Terminator" },
tilix = { ext = "json", url = "https://github.com/gnunn1/tilix", label = "Tilix" },
vim = { ext = "vim", url = "https://vimhelp.org/", label = "Vim", subdir = "colors"},
Expand Down
Loading

0 comments on commit fc00d62

Please sign in to comment.