Use tokionight theme
This commit is contained in:
parent
ce2d05e65f
commit
9121b9d337
|
@ -26,14 +26,17 @@ local let = utils.let
|
||||||
|
|
||||||
require('lualine').setup({
|
require('lualine').setup({
|
||||||
options = {
|
options = {
|
||||||
theme = "github"
|
theme = "tokionight"
|
||||||
|
-- theme = "github"
|
||||||
-- section_separators = {'', ''},
|
-- section_separators = {'', ''},
|
||||||
-- component_separators = {'', ''}
|
-- component_separators = {'', ''}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
require('github-theme').setup({
|
-- require('github-theme').setup({
|
||||||
function_style = "italic",
|
-- function_style = "italic",
|
||||||
theme_style = "dimmed"
|
-- theme_style = "dimmed"
|
||||||
})
|
-- })
|
||||||
|
vim.g.tokyonight_style = "storm"
|
||||||
|
vim.g.tokyonight_italic_functions = true
|
||||||
|
cmd[[colorscheme tokyonight]]
|
||||||
|
|
|
@ -41,7 +41,8 @@ local function init()
|
||||||
-- use 'morhetz/gruvbox'
|
-- use 'morhetz/gruvbox'
|
||||||
-- use 'vim-airline/vim-airline'
|
-- use 'vim-airline/vim-airline'
|
||||||
-- use 'vim-airline/vim-airline-themes'
|
-- use 'vim-airline/vim-airline-themes'
|
||||||
use 'projekt0n/github-nvim-theme'
|
-- use 'projekt0n/github-nvim-theme'
|
||||||
|
use 'folke/tokyonight.nvim'
|
||||||
use {
|
use {
|
||||||
'hoob3rt/lualine.nvim',
|
'hoob3rt/lualine.nvim',
|
||||||
requires = {'kyazdani42/nvim-web-devicons', opt = true}
|
requires = {'kyazdani42/nvim-web-devicons', opt = true}
|
||||||
|
|
|
@ -71,85 +71,105 @@ time([[Defining packer_plugins]], true)
|
||||||
_G.packer_plugins = {
|
_G.packer_plugins = {
|
||||||
["auto-pairs"] = {
|
["auto-pairs"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/auto-pairs"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/auto-pairs",
|
||||||
|
url = "https://github.com/jiangmiao/auto-pairs"
|
||||||
},
|
},
|
||||||
["coc.nvim"] = {
|
["coc.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/coc.nvim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/coc.nvim",
|
||||||
},
|
url = "https://github.com/neoclide/coc.nvim"
|
||||||
["github-nvim-theme"] = {
|
|
||||||
loaded = true,
|
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/github-nvim-theme"
|
|
||||||
},
|
},
|
||||||
["lualine.nvim"] = {
|
["lualine.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/lualine.nvim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/lualine.nvim",
|
||||||
|
url = "https://github.com/hoob3rt/lualine.nvim"
|
||||||
},
|
},
|
||||||
["nginx.vim"] = {
|
["nginx.vim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nginx.vim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nginx.vim",
|
||||||
|
url = "https://github.com/chr4/nginx.vim"
|
||||||
},
|
},
|
||||||
["nvim-lspconfig"] = {
|
["nvim-lspconfig"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-lspconfig"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
|
||||||
|
url = "https://github.com/neovim/nvim-lspconfig"
|
||||||
},
|
},
|
||||||
["nvim-mapper"] = {
|
["nvim-mapper"] = {
|
||||||
config = { "\27LJ\1\2=\0\0\2\0\3\0\a4\0\0\0%\1\1\0>\0\2\0027\0\2\0002\1\0\0>\0\2\1G\0\1\0\nsetup\16nvim-mapper\frequire\0" },
|
config = { "\27LJ\1\2=\0\0\2\0\3\0\a4\0\0\0%\1\1\0>\0\2\0027\0\2\0002\1\0\0>\0\2\1G\0\1\0\nsetup\16nvim-mapper\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-mapper"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-mapper",
|
||||||
|
url = "https://github.com/lazytanuki/nvim-mapper"
|
||||||
},
|
},
|
||||||
["nvim-treesitter"] = {
|
["nvim-treesitter"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||||||
|
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||||
},
|
},
|
||||||
["nvim-treesitter-refactor"] = {
|
["nvim-treesitter-refactor"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter-refactor"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter-refactor",
|
||||||
|
url = "https://github.com/nvim-treesitter/nvim-treesitter-refactor"
|
||||||
},
|
},
|
||||||
["nvim-treesitter-textobjects"] = {
|
["nvim-treesitter-textobjects"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter-textobjects"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter-textobjects",
|
||||||
|
url = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects"
|
||||||
},
|
},
|
||||||
["nvim-web-devicons"] = {
|
["nvim-web-devicons"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-web-devicons"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||||||
|
url = "https://github.com/kyazdani42/nvim-web-devicons"
|
||||||
},
|
},
|
||||||
["packer.nvim"] = {
|
["packer.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/packer.nvim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||||||
|
url = "https://github.com/wbthomason/packer.nvim"
|
||||||
},
|
},
|
||||||
["plenary.nvim"] = {
|
["plenary.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/plenary.nvim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/plenary.nvim",
|
||||||
|
url = "https://github.com/nvim-lua/plenary.nvim"
|
||||||
},
|
},
|
||||||
["popup.nvim"] = {
|
["popup.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/popup.nvim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/popup.nvim",
|
||||||
|
url = "https://github.com/nvim-lua/popup.nvim"
|
||||||
},
|
},
|
||||||
["telescope.nvim"] = {
|
["telescope.nvim"] = {
|
||||||
config = { "\27LJ\1\2K\0\0\2\0\4\0\a4\0\0\0%\1\1\0>\0\2\0027\0\2\0%\1\3\0>\0\2\1G\0\1\0\vmapper\19load_extension\14telescope\frequire\0" },
|
config = { "\27LJ\1\2K\0\0\2\0\4\0\a4\0\0\0%\1\1\0>\0\2\0027\0\2\0%\1\3\0>\0\2\1G\0\1\0\vmapper\19load_extension\14telescope\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/telescope.nvim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||||||
|
url = "https://github.com/nvim-telescope/telescope.nvim"
|
||||||
|
},
|
||||||
|
["tokyonight.nvim"] = {
|
||||||
|
loaded = true,
|
||||||
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/tokyonight.nvim",
|
||||||
|
url = "https://github.com/folke/tokyonight.nvim"
|
||||||
},
|
},
|
||||||
undotree = {
|
undotree = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/undotree"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/undotree",
|
||||||
|
url = "https://github.com/mbbill/undotree"
|
||||||
},
|
},
|
||||||
["vim-matchup"] = {
|
["vim-matchup"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-matchup"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-matchup",
|
||||||
|
url = "https://github.com/andymass/vim-matchup"
|
||||||
},
|
},
|
||||||
["vim-maximizer"] = {
|
["vim-maximizer"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-maximizer"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-maximizer",
|
||||||
|
url = "https://github.com/szw/vim-maximizer"
|
||||||
},
|
},
|
||||||
["vim-sandwich"] = {
|
["vim-sandwich"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-sandwich"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-sandwich",
|
||||||
|
url = "https://github.com/machakann/vim-sandwich"
|
||||||
},
|
},
|
||||||
["zig.vim"] = {
|
["zig.vim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/zig.vim"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/zig.vim",
|
||||||
|
url = "https://github.com/ziglang/zig.vim"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user