mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
change some other themes to gruvbox
This commit is contained in:
parent
589f9a5707
commit
be039017c9
@ -1,2 +1,2 @@
|
||||
vim.o.termguicolors = true
|
||||
vim.cmd[[colorscheme dracula]]
|
||||
vim.o.background = "dark" -- or "light" for light mode
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
|
@ -5,7 +5,7 @@ return require('packer').startup(function(use)
|
||||
use 'wbthomason/packer.nvim'
|
||||
|
||||
-- Apperance
|
||||
use ('dracula/vim')
|
||||
use("ellisonleao/gruvbox.nvim")
|
||||
use('norcalli/nvim-colorizer.lua')
|
||||
require("colorizer").setup()
|
||||
|
||||
|
@ -6,7 +6,7 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Dracula";
|
||||
theme = "Gruvbox Dark";
|
||||
font.name = "JetBrainsMono Nerd Font";
|
||||
shellIntegration.mode = "no-cursor";
|
||||
settings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user