Update tokyonight theme configuration
This commit is contained in:
@@ -49,4 +49,4 @@ require("catppuccin").setup {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.cmd [[colorscheme catppuccin]]
|
-- vim.cmd [[colorscheme catppuccin]]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require("lualine").setup {
|
require("lualine").setup {
|
||||||
options = {
|
options = {
|
||||||
theme = "catppuccin"
|
-- theme = "catppuccin"
|
||||||
-- theme = "tokyonight"
|
theme = "tokyonight"
|
||||||
},
|
},
|
||||||
|
|
||||||
extensions = {
|
extensions = {
|
||||||
|
|||||||
@@ -1,6 +1,19 @@
|
|||||||
require("tokyonight").setup {
|
require("tokyonight").setup {
|
||||||
style = "night",
|
style = "night",
|
||||||
|
terminal_colors = true,
|
||||||
|
styles = {
|
||||||
|
conditionals = { italic = true, bold = true },
|
||||||
|
loops = { italic = true, bold = true },
|
||||||
|
functions = { italic = true, bold = true },
|
||||||
|
keywords = { italic = true, bold = true },
|
||||||
|
strings = { bold = true },
|
||||||
|
variables = { bold = true },
|
||||||
|
numbers = { bold = true },
|
||||||
|
booleans = { bold = true },
|
||||||
|
properties = { italic = true },
|
||||||
|
types = { italic = true, bold = true }
|
||||||
|
},
|
||||||
lualine_bold = true
|
lualine_bold = true
|
||||||
}
|
}
|
||||||
|
|
||||||
-- vim.cmd [[colorscheme tokyonight]]
|
vim.cmd [[colorscheme tokyonight]]
|
||||||
|
|||||||
Reference in New Issue
Block a user