]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
update nvim and ghostty colors
authorAlexander Goussas <[email protected]>
Sun, 31 May 2026 15:31:18 +0000 (10:31 -0500)
committerAlexander Goussas <[email protected]>
Sun, 31 May 2026 15:31:18 +0000 (10:31 -0500)
ghostty/.config/ghostty/config
nvim/.config/nvim/lua/options.lua
nvim/.config/nvim/lua/plugins/colors.lua

index 078943cc47cf1d80c7179b22a5bcbb0ad788bf69..2d31efa5f77978efcff51b6e64fb153e0a959b80 100644 (file)
@@ -1,5 +1,5 @@
 # theme = Sakura
-theme = Builtin Light
+theme = IR Black
 copy-on-select = true
 adjust-cell-height = 10
 quit-after-last-window-closed = true
index 7cb4a2a18d85c10138383a207a3a40005d39415a..4ba073f7949ef26f0a266772e7cab6874675e551 100644 (file)
@@ -20,3 +20,8 @@ vim.o.termguicolors = true
 -- Netrw
 vim.g.loaded_netrw = 1
 vim.g.loaded_netrwPlugin = 1
+
+vim.o.colorcolumn = '+1,120'
+vim.o.textwidth = 80
+
+vim.cmd('colorscheme wildcharm')
index 6d04b108d01a2e6b2d73328f7d97b29c693952c1..4aa87ade45a202fa8e9079771c59c41f54630c0b 100644 (file)
@@ -5,9 +5,5 @@ return {
   },
   {
     'yorickpeterse/nvim-grey',
-    config = function()
-      vim.opt.background = 'light'
-      vim.cmd('colorscheme grey')
-    end
   }
 }