summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/colorscheme.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/colorscheme.fnl')
-rw-r--r--fnl/plugins/editor/colorscheme.fnl10
1 files changed, 0 insertions, 10 deletions
diff --git a/fnl/plugins/editor/colorscheme.fnl b/fnl/plugins/editor/colorscheme.fnl
deleted file mode 100644
index 85c83fd..0000000
--- a/fnl/plugins/editor/colorscheme.fnl
+++ /dev/null
@@ -1,10 +0,0 @@
-;; Load neovim colorscheme.
-
-(local opts {:styles {:type {:bold true} :lsp {:underline false}}})
-
-(fn config []
- (let [plugin (require :no-clown-fiesta)]
- (plugin.setup opts)
- (plugin.load)))
-
-{1 :aktersnurra/no-clown-fiesta.nvim : config}