Skip to content

Commit

Permalink
tweak theme
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 17, 2024
1 parent 811d702 commit 3be49c5
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 9 deletions.
20 changes: 20 additions & 0 deletions modules/wrapper-manager/neovim/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,26 @@
},
"version": "v3.7.2"
},
"kaganawa-nvim": {
"cargoLocks": null,
"date": "2024-07-03",
"extract": null,
"name": "kaganawa-nvim",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "rebelot",
"repo": "kanagawa.nvim",
"rev": "e5f7b8a804360f0a48e40d0083a97193ee4fcc87",
"sha256": "sha256-FnwqqF/jtCgfmjIIR70xx8kL5oAqonrbDEGNw0sixoA=",
"type": "github"
},
"version": "e5f7b8a804360f0a48e40d0083a97193ee4fcc87"
},
"lualine-nvim": {
"cargoLocks": null,
"date": "2024-08-12",
Expand Down
12 changes: 12 additions & 0 deletions modules/wrapper-manager/neovim/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@
};
opt = "true";
};
kaganawa-nvim = {
pname = "kaganawa-nvim";
version = "e5f7b8a804360f0a48e40d0083a97193ee4fcc87";
src = fetchFromGitHub {
owner = "rebelot";
repo = "kanagawa.nvim";
rev = "e5f7b8a804360f0a48e40d0083a97193ee4fcc87";
fetchSubmodules = false;
sha256 = "sha256-FnwqqF/jtCgfmjIIR70xx8kL5oAqonrbDEGNw0sixoA=";
};
date = "2024-07-03";
};
lualine-nvim = {
pname = "lualine-nvim";
version = "b431d228b7bbcdaea818bdc3e25b8cdbe861f056";
Expand Down
12 changes: 4 additions & 8 deletions modules/wrapper-manager/neovim/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ fetch.github = "LnL7/vim-nix"
src.git = "https://github.com/LnL7/vim-nix"
passthru.opt = "true"

# [nvim-transparent]
# fetch.github = "xiyaowong/nvim-transparent"
# src.git = "https://github.com/xiyaowong/nvim-transparent"

# [nvim-base-16]
# fetch.github = "RRethy/nvim-base16"
# src.git = "https://github.com/RRethy/nvim-base16"

[orgmode]
fetch.github = "nvim-orgmode/orgmode"
src.github = "nvim-orgmode/orgmode"
Expand Down Expand Up @@ -141,3 +133,7 @@ src.github = "nvim-neorocks/lz.n"
[dressing-nvim]
fetch.github = "stevearc/dressing.nvim"
src.git = "https://github.com/stevearc/dressing.nvim"

[kaganawa-nvim]
fetch.github = "rebelot/kanagawa.nvim"
src.git = "https://github.com/rebelot/kanagawa.nvim"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
--
-- vim.g.transparent_enabled = true
-- require("transparent").setup {}
--
require("kanagawa").setup {
transparent = true,
}

vim.cmd([[ colorscheme kanagawa-dragon ]])

vim.opt.termguicolors = true

Expand All @@ -18,7 +24,7 @@ require("bufferline").setup {

require("lualine").setup {
options = {
theme = "codedark",
theme = "kaganawa-dragon",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
},
Expand Down

0 comments on commit 3be49c5

Please sign in to comment.