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