mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
updated theme to gruvbox
This commit is contained in:
@ -5,7 +5,7 @@ M.opt = {
|
||||
neovide_scale_factor = 0.6,
|
||||
}
|
||||
|
||||
M.colorscheme = "carbonfox"
|
||||
M.colorscheme = "gruvbox-baby" --"carbonfox"
|
||||
M.icons = {
|
||||
VimIcon = "",
|
||||
ScrollText = "",
|
||||
@ -76,6 +76,7 @@ M.plugins = {
|
||||
{ import = "astrocommunity.pack.typescript" },
|
||||
{ import = "astrocommunity.pack.prisma" },
|
||||
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.gruvbox-baby" },
|
||||
{
|
||||
"nightfox.nvim",
|
||||
opts = {
|
||||
|
@ -7,7 +7,7 @@
|
||||
local config = {}
|
||||
|
||||
config.window_close_confirmation = 'NeverPrompt'
|
||||
config.color_scheme = 'Poimandres'
|
||||
config.color_scheme = 'Gruvbox Dark (Gogh)'
|
||||
config.colors = {
|
||||
background = "#0f0f0f"
|
||||
}
|
||||
|
Reference in New Issue
Block a user