We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6bc88 commit 9d5c144Copy full SHA for 9d5c144
lua/astrocommunity/colorscheme/alabaster/README.md
@@ -0,0 +1,10 @@
1
+# aurora
2
+
3
+[Tonsky's Alabaster theme](https://github.com/tonsky/sublime-scheme-alabaster) ported to (Neo)Vim.
4
5
+**Repository:** <https://github.com/p00f/alabaster.nvim>
6
7
+```vim
8
+" Vim Script
9
+colorscheme alabaster
10
+```
lua/astrocommunity/colorscheme/alabaster/init.lua
@@ -0,0 +1 @@
+return { "p00f/alabaster.nvim", lazy = true }
0 commit comments