feat: use tune
This commit is contained in:
parent
a0181df32b
commit
8367258924
69 changed files with 8 additions and 17 deletions
1
lua/custom/plugins/colorschemes/alduin.lua
Normal file
1
lua/custom/plugins/colorschemes/alduin.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'AlessandroYorba/Alduin' }
|
||||
1
lua/custom/plugins/colorschemes/anthraxylon.lua
Normal file
1
lua/custom/plugins/colorschemes/anthraxylon.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'high-moctane/anthraxylon', branch = 'main' }
|
||||
1
lua/custom/plugins/colorschemes/apprentice.lua
Normal file
1
lua/custom/plugins/colorschemes/apprentice.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'romainl/Apprentice' }
|
||||
1
lua/custom/plugins/colorschemes/aquarium-vim.lua
Normal file
1
lua/custom/plugins/colorschemes/aquarium-vim.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'frenzyexists/aquarium-vim' }
|
||||
1
lua/custom/plugins/colorschemes/aylin.lua
Normal file
1
lua/custom/plugins/colorschemes/aylin.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'AhmedAbdulrahman/aylin.vim' }
|
||||
7
lua/custom/plugins/colorschemes/ayu-vim.lua
Normal file
7
lua/custom/plugins/colorschemes/ayu-vim.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'ayu-theme/ayu-vim',
|
||||
config = function()
|
||||
-- light, mirage, dark
|
||||
vim.cmd([[ let ayucolor="mirage" ]])
|
||||
end
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/blue-moon.lua
Normal file
1
lua/custom/plugins/colorschemes/blue-moon.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'kyazdani42/blue-moon' }
|
||||
4
lua/custom/plugins/colorschemes/bluloco.lua
Normal file
4
lua/custom/plugins/colorschemes/bluloco.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
'uloco/bluloco.nvim',
|
||||
dependencies = { 'rktjmp/lush.nvim' }
|
||||
}
|
||||
9
lua/custom/plugins/colorschemes/catppuccin.lua
Normal file
9
lua/custom/plugins/colorschemes/catppuccin.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
config = function()
|
||||
-- latte, frappe, macchiato, mocha
|
||||
vim.g.catppuccin_flavour = "frappe"
|
||||
require("catppuccin").setup()
|
||||
end
|
||||
}
|
||||
4
lua/custom/plugins/colorschemes/challenger-deep.lua
Normal file
4
lua/custom/plugins/colorschemes/challenger-deep.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
'challenger-deep-theme/vim',
|
||||
name = 'challenger_deep',
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/dracula.lua
Normal file
1
lua/custom/plugins/colorschemes/dracula.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'dracula/vim', name = 'dracula' }
|
||||
1
lua/custom/plugins/colorschemes/embark.lua
Normal file
1
lua/custom/plugins/colorschemes/embark.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'embark-theme/vim', name = 'embark', branch = 'main' }
|
||||
1
lua/custom/plugins/colorschemes/eva01.lua
Normal file
1
lua/custom/plugins/colorschemes/eva01.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'hachy/eva01.vim' }
|
||||
1
lua/custom/plugins/colorschemes/everblush.lua
Normal file
1
lua/custom/plugins/colorschemes/everblush.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'Everblush/nvim', name = 'everblush' }
|
||||
1
lua/custom/plugins/colorschemes/falcon.lua
Normal file
1
lua/custom/plugins/colorschemes/falcon.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'fenetikm/falcon' }
|
||||
1
lua/custom/plugins/colorschemes/flattened.lua
Normal file
1
lua/custom/plugins/colorschemes/flattened.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'romainl/flattened' }
|
||||
4
lua/custom/plugins/colorschemes/gloombuddy.lua
Normal file
4
lua/custom/plugins/colorschemes/gloombuddy.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
'bkegley/gloombuddy',
|
||||
dependencies = { 'tjdevries/colorbuddy.nvim', branch = 'dev' },
|
||||
}
|
||||
5
lua/custom/plugins/colorschemes/init.lua
Normal file
5
lua/custom/plugins/colorschemes/init.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- You can add your own plugins here or in other files in this directory!
|
||||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return { import = 'custom.plugins.colorschemes' }
|
||||
1
lua/custom/plugins/colorschemes/kanagawa.lua
Normal file
1
lua/custom/plugins/colorschemes/kanagawa.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { "rebelot/kanagawa.nvim" }
|
||||
9
lua/custom/plugins/colorschemes/malifluous.lua
Normal file
9
lua/custom/plugins/colorschemes/malifluous.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'ramojus/mellifluous.nvim',
|
||||
dependencies = { 'rktjmp/lush.nvim' },
|
||||
config = function()
|
||||
require('mellifluous').setup { --[[...]]
|
||||
} -- optional, see configuration section.
|
||||
-- vim.cmd('colorscheme mellifluous')
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/material.lua
Normal file
1
lua/custom/plugins/colorschemes/material.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'kaicataldo/material.vim', branch = 'main' }
|
||||
1
lua/custom/plugins/colorschemes/melange.lua
Normal file
1
lua/custom/plugins/colorschemes/melange.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'savq/melange'}
|
||||
1
lua/custom/plugins/colorschemes/minimalist.lua
Normal file
1
lua/custom/plugins/colorschemes/minimalist.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'dikiaap/minimalist' }
|
||||
1
lua/custom/plugins/colorschemes/modus-theme-vim.lua
Normal file
1
lua/custom/plugins/colorschemes/modus-theme-vim.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'ishan9299/modus-theme-vim'}
|
||||
1
lua/custom/plugins/colorschemes/monochrome.lua
Normal file
1
lua/custom/plugins/colorschemes/monochrome.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'fxn/vim-monochrome'}
|
||||
1
lua/custom/plugins/colorschemes/neon.lua
Normal file
1
lua/custom/plugins/colorschemes/neon.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'rafamadriz/neon' }
|
||||
1
lua/custom/plugins/colorschemes/night-own.lua
Normal file
1
lua/custom/plugins/colorschemes/night-own.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'haishanh/night-owl.vim'}
|
||||
1
lua/custom/plugins/colorschemes/nightfox.lua
Normal file
1
lua/custom/plugins/colorschemes/nightfox.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {"EdenEast/nightfox.nvim"}
|
||||
28
lua/custom/plugins/colorschemes/nordic.lua
Normal file
28
lua/custom/plugins/colorschemes/nordic.lua
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
return {
|
||||
'andersevenrud/nordic.nvim',
|
||||
config = function()
|
||||
-- The table used in this example contains the default settings.
|
||||
-- Modify or remove these to your liking (this also applies to alternatives below):
|
||||
require('nordic').colorscheme {
|
||||
-- Underline style used for spelling
|
||||
-- Options: 'none', 'underline', 'undercurl'
|
||||
underline_option = 'none',
|
||||
-- Italics for certain keywords such as constructors, functions,
|
||||
-- labels and namespaces
|
||||
italic = true,
|
||||
-- Italic styled comments
|
||||
italic_comments = false,
|
||||
-- Minimal mode: different choice of colors for Tabs and StatusLine
|
||||
minimal_mode = false,
|
||||
-- Darker backgrounds for certain sidebars, popups, etc.
|
||||
-- Options: true, false, or a table of explicit names
|
||||
-- Supported: terminal, qf, vista_kind, packer, nvim-tree, telescope, whichkey
|
||||
alternate_backgrounds = false,
|
||||
-- Callback function to define custom color groups
|
||||
-- See 'lua/nordic/colors/example.lua' for example defitions
|
||||
custom_colors = function(c, s, cs)
|
||||
return {}
|
||||
end,
|
||||
}
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/nvim-deus.lua
Normal file
1
lua/custom/plugins/colorschemes/nvim-deus.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'theniceboy/nvim-deus' }
|
||||
8
lua/custom/plugins/colorschemes/nvim-hybrid.lua
Normal file
8
lua/custom/plugins/colorschemes/nvim-hybrid.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'PHSix/nvim-hybrid',
|
||||
config = function()
|
||||
require('hybrid').setup()
|
||||
-- or use
|
||||
-- vim.cmd [[colorscheme nvim-hybrid]]
|
||||
end,
|
||||
}
|
||||
7
lua/custom/plugins/colorschemes/nvim-juliana.lua
Normal file
7
lua/custom/plugins/colorschemes/nvim-juliana.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'kaiuri/nvim-juliana',
|
||||
lazy = false,
|
||||
opts = { --[=[ configuration --]=]
|
||||
},
|
||||
config = true,
|
||||
}
|
||||
9
lua/custom/plugins/colorschemes/nvim-noirbuddy.lua
Normal file
9
lua/custom/plugins/colorschemes/nvim-noirbuddy.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"jesseleite/nvim-noirbuddy",
|
||||
dependencies = { "tjdevries/colorbuddy.nvim", branch = "dev" },
|
||||
config = function()
|
||||
require('noirbuddy').setup {
|
||||
preset = 'miami-nights',
|
||||
}
|
||||
end
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/nvimgelion.lua
Normal file
1
lua/custom/plugins/colorschemes/nvimgelion.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'nyngwang/nvimgelion' }
|
||||
1
lua/custom/plugins/colorschemes/oceanic-next.lua
Normal file
1
lua/custom/plugins/colorschemes/oceanic-next.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'mhartington/oceanic-next' }
|
||||
1
lua/custom/plugins/colorschemes/oh-lucy.lua
Normal file
1
lua/custom/plugins/colorschemes/oh-lucy.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'Yazeed1s/oh-lucy.nvim' }
|
||||
1
lua/custom/plugins/colorschemes/oxocarbon.lua
Normal file
1
lua/custom/plugins/colorschemes/oxocarbon.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'nyoom-engineering/oxocarbon.nvim' }
|
||||
1
lua/custom/plugins/colorschemes/palenight.lua
Normal file
1
lua/custom/plugins/colorschemes/palenight.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'drewtempelmeyer/palenight.vim'}
|
||||
1
lua/custom/plugins/colorschemes/palenightfall.lua
Normal file
1
lua/custom/plugins/colorschemes/palenightfall.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'JoosepAlviste/palenightfall.nvim'}
|
||||
1
lua/custom/plugins/colorschemes/pinkmare.lua
Normal file
1
lua/custom/plugins/colorschemes/pinkmare.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'matsuuu/pinkmare'}
|
||||
6
lua/custom/plugins/colorschemes/purify.lua
Normal file
6
lua/custom/plugins/colorschemes/purify.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'kyoz/purify',
|
||||
config = function(plugin)
|
||||
vim.opt.rtp:append(plugin.dir .. '/vim')
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/rasmus.lua
Normal file
1
lua/custom/plugins/colorschemes/rasmus.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'kvrohit/rasmus.nvim' }
|
||||
7
lua/custom/plugins/colorschemes/rose-pine.lua
Normal file
7
lua/custom/plugins/colorschemes/rose-pine.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'rose-pine/neovim',
|
||||
name = 'rose-pine',
|
||||
config = function()
|
||||
vim.cmd 'colorscheme rose-pine'
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/sacredforest-vim.lua
Normal file
1
lua/custom/plugins/colorschemes/sacredforest-vim.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'KKPMW/sacredforest-vim'}
|
||||
1
lua/custom/plugins/colorschemes/space-vim-dark.lua
Normal file
1
lua/custom/plugins/colorschemes/space-vim-dark.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'liuchengxu/space-vim-dark' }
|
||||
1
lua/custom/plugins/colorschemes/tender.lua
Normal file
1
lua/custom/plugins/colorschemes/tender.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'jacoborus/tender.vim'}
|
||||
1
lua/custom/plugins/colorschemes/tokyonight.lua
Normal file
1
lua/custom/plugins/colorschemes/tokyonight.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'folke/tokyonight.nvim'}
|
||||
1
lua/custom/plugins/colorschemes/vim-afterglow.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-afterglow.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'danilo-augusto/vim-afterglow'}
|
||||
1
lua/custom/plugins/colorschemes/vim-colors-off.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-colors-off.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'pbrisbin/vim-colors-off', branch = 'main' }
|
||||
1
lua/custom/plugins/colorschemes/vim-colors-pencil.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-colors-pencil.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'reedes/vim-colors-pencil'}
|
||||
1
lua/custom/plugins/colorschemes/vim-colors-plain.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-colors-plain.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'andreypopp/vim-colors-plain'}
|
||||
1
lua/custom/plugins/colorschemes/vim-colors-solarized.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-colors-solarized.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'altercation/vim-colors-solarized'}
|
||||
1
lua/custom/plugins/colorschemes/vim-dichromatic.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-dichromatic.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'romainl/vim-dichromatic' }
|
||||
6
lua/custom/plugins/colorschemes/vim-enfocado.lua
Normal file
6
lua/custom/plugins/colorschemes/vim-enfocado.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'wuelnerdotexe/vim-enfocado',
|
||||
config = function()
|
||||
vim.g.enfocado_style = 'neon' -- or 'nature'
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/vim-envy.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-envy.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'kkga/vim-envy' }
|
||||
1
lua/custom/plugins/colorschemes/vim-gotham.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-gotham.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'whatyouhide/vim-gotham' }
|
||||
7
lua/custom/plugins/colorschemes/vim-leuven-theme.lua
Normal file
7
lua/custom/plugins/colorschemes/vim-leuven-theme.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return { 'gzagatti/vim-leuven-theme',
|
||||
config = function()
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.guicursor = 'a:blinkon0-Cursor,i-ci:ver100'
|
||||
-- vim.cmd([[ colorscheme leuven ]])
|
||||
end
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/vim-lucius.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-lucius.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'jonathanfilip/vim-lucius'}
|
||||
6
lua/custom/plugins/colorschemes/vim-monokai-tasty.lua
Normal file
6
lua/custom/plugins/colorschemes/vim-monokai-tasty.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'patstockwell/vim-monokai-tasty',
|
||||
config = function()
|
||||
vim.g.monokai_tasty_italic_comments = true
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/vim-moonfly-colors.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-moonfly-colors.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'bluz71/vim-moonfly-colors', branch = 'cterm-compat' }
|
||||
1
lua/custom/plugins/colorschemes/vim-nightfly-colors.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-nightfly-colors.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'bluz71/vim-nightfly-colors'}
|
||||
1
lua/custom/plugins/colorschemes/vim-pink-moon.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-pink-moon.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'sts10/vim-pink-moon' }
|
||||
1
lua/custom/plugins/colorschemes/vim-solarized8.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-solarized8.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'lifepillar/vim-solarized8'}
|
||||
200
lua/custom/plugins/colorschemes/vim-thematic.lua
Normal file
200
lua/custom/plugins/colorschemes/vim-thematic.lua
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
return {
|
||||
'preservim/vim-thematic',
|
||||
config = function()
|
||||
vim.cmd [[
|
||||
let g:thematic#themes = {
|
||||
\ 'afterglow' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
\ 'alduin' : {
|
||||
\ },
|
||||
\ 'anthraxylon' : {
|
||||
\ },
|
||||
\ 'apprentice' : {
|
||||
\ },
|
||||
\ 'aquarium' : {
|
||||
\ },
|
||||
\ 'aylin' : {
|
||||
\ },
|
||||
\ 'ayu' : {
|
||||
\ },
|
||||
\ 'blue-moon' : {
|
||||
\ },
|
||||
\ 'bluloco' : {
|
||||
\ },
|
||||
\ 'catppuccin' : {
|
||||
\ },
|
||||
\ 'challenger_deep' : {
|
||||
\ },
|
||||
\ 'deus' : {
|
||||
\ },
|
||||
\ 'dichromatic' : {
|
||||
\ },
|
||||
\ 'dracula' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
\ 'embark' : {
|
||||
\ },
|
||||
\ 'enfocado' : {
|
||||
\ },
|
||||
\ 'eva01' : {
|
||||
\ },
|
||||
\ 'everblush' : {
|
||||
\ },
|
||||
\ 'falcon' : {
|
||||
\ },
|
||||
\ 'flattened' : {
|
||||
\ },
|
||||
\ 'gloombuddy' : {
|
||||
\ },
|
||||
\ 'gotham' : {
|
||||
\ },
|
||||
\ 'hybrid' : {
|
||||
\ },
|
||||
\ 'juliana' : {
|
||||
\ },
|
||||
\ 'kanagawa' : {
|
||||
\ },
|
||||
\ 'leuven' : {
|
||||
\ },
|
||||
\ 'lucius' : {
|
||||
\ },
|
||||
\ 'malifluous' : {
|
||||
\ },
|
||||
\ 'materiam' : {
|
||||
\ },
|
||||
\ 'melange' : {
|
||||
\ },
|
||||
\ 'minimalist' : {
|
||||
\ },
|
||||
\ 'modus-operandi' : {
|
||||
\ 'background': 'light',
|
||||
\ },
|
||||
\ 'modus-vivendi' : {
|
||||
\ },
|
||||
\ 'monochrome' : {
|
||||
\ },
|
||||
\ 'moonfly' : {
|
||||
\ },
|
||||
\ 'neon' : {
|
||||
\ },
|
||||
\ 'nightfox' : {
|
||||
\ },
|
||||
\ 'nightfly' : {
|
||||
\ },
|
||||
\ 'night-owl' : {
|
||||
\ },
|
||||
\ 'noirbuddy' : {
|
||||
\ },
|
||||
\ 'nordic' : {
|
||||
\ },
|
||||
\ 'nvimgelion' : {
|
||||
\ },
|
||||
\ 'oceanic-next' : {
|
||||
\ },
|
||||
\ 'off' : {
|
||||
\ 'typeface': 'Cascadia Code Regular',
|
||||
\ },
|
||||
\ 'oh-lucy' : {
|
||||
\ },
|
||||
\ 'oxocarbon' : {
|
||||
\ },
|
||||
\ 'palenight' : {
|
||||
\ },
|
||||
\ 'palenightfall' : {
|
||||
\ },
|
||||
\ 'papaya' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
\ 'plain' : {
|
||||
\ },
|
||||
\ 'pencil_dark' :{ 'colorscheme': 'pencil',
|
||||
\ 'background': 'dark',
|
||||
\ 'ruler': 1,
|
||||
\ 'laststatus': 0,
|
||||
\ 'typeface': 'Dank Mono Italic',
|
||||
\ 'font-size': 11,
|
||||
\ 'transparency': 10,
|
||||
\ 'linespace': 8,
|
||||
\ },
|
||||
\ 'pencil_lite' :{ 'colorscheme': 'pencil',
|
||||
\ 'background': 'light',
|
||||
\ 'laststatus': 0,
|
||||
\ 'ruler': 1,
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ 'fullscreen': 1,
|
||||
\ 'transparency': 0,
|
||||
\ 'font-size': 11,
|
||||
\ 'linespace': 6,
|
||||
\ },
|
||||
\ 'pink-moon' : {
|
||||
\ },
|
||||
\ 'pinkmare' : {
|
||||
\ },
|
||||
\ 'purify' : {
|
||||
\ },
|
||||
\ 'rasmus' : {
|
||||
\ },
|
||||
\ 'rose-pine' : {
|
||||
\ },
|
||||
\ 'sacredforest' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
\ 'solarized' : {
|
||||
\ 'typeface': 'Victor Mono Regular Nerd Font Complete Mono',
|
||||
\ },
|
||||
\ 'solarized8' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
\ 'space-vim-dark' : {
|
||||
\ },
|
||||
\ 'tender' : {
|
||||
\ },
|
||||
\ 'tokyonight' : {
|
||||
\ },
|
||||
\ 'tokyonight-night' : {
|
||||
\ },
|
||||
\ 'tokyonight-storm' : {
|
||||
\ },
|
||||
\ 'tokyonight-day' : {
|
||||
\ },
|
||||
\ 'tokyonight-moon' : {
|
||||
\ },
|
||||
\ 'vim-monokai-tasty' : {
|
||||
\ },
|
||||
\ 'zephyr' : {
|
||||
\ },
|
||||
\ }
|
||||
|
||||
|
||||
|
||||
let g:thematic#defaults = {
|
||||
\ 'background': 'dark',
|
||||
\ 'laststatus': 2,
|
||||
\ 'typeface': 'Dank Mono',
|
||||
\ 'font-size': 11,
|
||||
\ 'transparency': 10,
|
||||
\ 'linespace': 2,
|
||||
\ }
|
||||
|
||||
let g:thematic#theme_name = 'catppuccin'
|
||||
]]
|
||||
|
||||
-- Retrieve all mappings
|
||||
local mappings = vim.api.nvim_get_keymap ''
|
||||
|
||||
-- Iterate through the mappings to find and remove any existing ones for the commands
|
||||
for _, mapping in ipairs(mappings) do
|
||||
if mapping.cmd == 'ThematicRandom' or mapping.cmd == 'ThematicCatppuccino' then
|
||||
-- Remove existing mappings
|
||||
vim.api.nvim_del_keymap(mapping.mode, mapping.lhs)
|
||||
end
|
||||
end
|
||||
|
||||
-- Set new mapping for ThematicRandom
|
||||
vim.api.nvim_set_keymap('n', '<leader>tr', ':ThematicRandom<CR>', { silent = true })
|
||||
|
||||
-- Set new mapping for ThematicCatppuccino
|
||||
vim.api.nvim_set_keymap('n', '<leader>tc', ':Thematic catppuccin<CR>', { silent = true })
|
||||
end,
|
||||
}
|
||||
1
lua/custom/plugins/colorschemes/vim-theme-papaya.lua
Normal file
1
lua/custom/plugins/colorschemes/vim-theme-papaya.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {'HenryNewcomer/vim-theme-papaya'}
|
||||
1
lua/custom/plugins/colorschemes/zephyr-nvim.lua
Normal file
1
lua/custom/plugins/colorschemes/zephyr-nvim.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'nvimdev/zephyr-nvim' }
|
||||
Loading…
Add table
Add a link
Reference in a new issue