Skip to content

Commit 151c77b

Browse files
committedOct 19, 2022
feat: new colorscheme
1 parent 4152072 commit 151c77b

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
lines changed
 

‎after/plugin/lualine.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66

77
lualine.setup({
88
options = {
9-
theme = "kanagawa",
9+
-- theme = "kanagawa",
1010
icons_enabled = true,
1111
section_separators = { left = "", right = "" },
1212
component_separators = { left = "", right = "" },

‎lua/colorscheme.lua

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
local present, kanagawa = pcall(require, "kanagawa")
1+
local kanagawa_present, kanagawa = pcall(require, "kanagawa")
22

3-
if not present then
3+
if not kanagawa_present then
44
return
55
end
66

77
kanagawa.setup({
88
commentStyle = { italic = false },
99
keywordStyle = { italic = false },
1010
variablebuiltinStyle = { italic = false },
11-
transparent = true,
11+
-- transparent = true,
1212
})
1313

14-
vim.cmd("colorscheme kanagawa")
14+
-- vim.cmd("colorscheme kanagawa")
15+
16+
local no_clown_present, no_clown_fiesta = pcall(require, "no-clown-fiesta")
17+
18+
if not no_clown_present then
19+
return
20+
end
21+
22+
no_clown_fiesta.setup({})

‎lua/plugins.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ return require("packer").startup({
2929
function(use)
3030
use("wbthomason/packer.nvim")
3131

32-
-- color scheme
32+
-- color schemes
3333
use("rebelot/kanagawa.nvim")
34+
use("aktersnurra/no-clown-fiesta.nvim")
3435

3536
-- treesitter
3637
use({

‎plugin/packer_compiled.lua

+13-8
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ _G.packer_plugins = {
166166
path = "/home/nxl/.local/share/nvim/site/pack/packer/start/neoscroll.nvim",
167167
url = "https://github.com/karb94/neoscroll.nvim"
168168
},
169+
["no-clown-fiesta.nvim"] = {
170+
loaded = true,
171+
path = "/home/nxl/.local/share/nvim/site/pack/packer/start/no-clown-fiesta.nvim",
172+
url = "https://github.com/aktersnurra/no-clown-fiesta.nvim"
173+
},
169174
["null-ls.nvim"] = {
170175
loaded = true,
171176
path = "/home/nxl/.local/share/nvim/site/pack/packer/start/null-ls.nvim",
@@ -256,14 +261,6 @@ _G.packer_plugins = {
256261
}
257262

258263
time([[Defining packer_plugins]], false)
259-
-- Config for: nvim-autopairs
260-
time([[Config for nvim-autopairs]], true)
261-
try_loadstring("\27LJ\2\n@\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\19nvim-autopairs\frequire\0", "config", "nvim-autopairs")
262-
time([[Config for nvim-autopairs]], false)
263-
-- Config for: Comment.nvim
264-
time([[Config for Comment.nvim]], true)
265-
try_loadstring("\27LJ\2\n \1\0\0\6\0\a\0\r6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\5\0006\3\0\0'\5\3\0B\3\2\0029\3\4\3B\3\1\2=\3\6\2B\0\2\1K\0\1\0\rpre_hook\1\0\0\20create_pre_hook7ts_context_commentstring.integrations.comment_nvim\nsetup\fComment\frequire\0", "config", "Comment.nvim")
266-
time([[Config for Comment.nvim]], false)
267264
-- Config for: nvim-ts-autotag
268265
time([[Config for nvim-ts-autotag]], true)
269266
try_loadstring("\27LJ\2\nA\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\20nvim-ts-autotag\frequire\0", "config", "nvim-ts-autotag")
@@ -272,6 +269,14 @@ time([[Config for nvim-ts-autotag]], false)
272269
time([[Config for gitsigns.nvim]], true)
273270
try_loadstring("\27LJ\2\n6\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\rgitsigns\frequire\0", "config", "gitsigns.nvim")
274271
time([[Config for gitsigns.nvim]], false)
272+
-- Config for: nvim-autopairs
273+
time([[Config for nvim-autopairs]], true)
274+
try_loadstring("\27LJ\2\n@\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\19nvim-autopairs\frequire\0", "config", "nvim-autopairs")
275+
time([[Config for nvim-autopairs]], false)
276+
-- Config for: Comment.nvim
277+
time([[Config for Comment.nvim]], true)
278+
try_loadstring("\27LJ\2\n \1\0\0\6\0\a\0\r6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\5\0006\3\0\0'\5\3\0B\3\2\0029\3\4\3B\3\1\2=\3\6\2B\0\2\1K\0\1\0\rpre_hook\1\0\0\20create_pre_hook7ts_context_commentstring.integrations.comment_nvim\nsetup\fComment\frequire\0", "config", "Comment.nvim")
279+
time([[Config for Comment.nvim]], false)
275280

276281
_G._packer.inside_compile = false
277282
if _G._packer.needs_bufread == true then

0 commit comments

Comments
 (0)
Please sign in to comment.