diff --git a/hm_modules/gtk_theme.nix b/hm_modules/gtk_theme.nix index 106ed70..9f3d7a9 100644 --- a/hm_modules/gtk_theme.nix +++ b/hm_modules/gtk_theme.nix @@ -7,8 +7,8 @@ name = "Qogir-dark"; }; theme = { - package = pkgs.nordic; - name = "Nordic-bluish-accent"; + package = pkgs.ayu-theme-gtk; + name = "Ayu-Dark"; }; }; diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index 85a1ea4..f478657 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -42,7 +42,7 @@ in { package = pkgs.unstable.helix; languages = [ ]; settings = { - theme = "catppuccin_mocha"; + theme = "ayu_mirage"; editor.lsp.display-messages = true; editor.scrolloff = 5; editor.true-color = true; diff --git a/hm_modules/vim.nix b/hm_modules/vim.nix index 7d481f4..f3ec3d0 100644 --- a/hm_modules/vim.nix +++ b/hm_modules/vim.nix @@ -4,9 +4,21 @@ plugins = with pkgs.vimPlugins; [ { plugin = airline; - config = "let g:airline#extensions#tabline#left_alt_sep = '>'"; + # config = "let g:airline#extensions#tabline#left_alt_sep = '>'"; + } + + # { + # plugin = catppuccin-nvim; + # config = "colorscheme catppuccin-mocha"; + # } + { + plugin = neovim-ayu; + config = "colorscheme ayu-mirage"; + } + { + plugin = vim-airline-themes; + config = "let g:airline_theme='ayu_mirage'"; } - vim-airline-themes fugitive surround ]; @@ -17,7 +29,6 @@ vimdiffAlias = true; extraConfig = '' set mouse=a - let g:airline#extensions#tabline#left_alt_sep = '>' ''; }; } diff --git a/rice.nix b/rice.nix index c8b9ce1..3ba129c 100644 --- a/rice.nix +++ b/rice.nix @@ -1,6 +1,6 @@ self: super: with super.lib.nix-rice; -let theme = kitty-themes.getThemeByName "Catppuccin-Mocha"; +let theme = kitty-themes.getThemeByName "ayu_mirage"; in { rice = { colorPalette = rec {