nvim: zenbones colorscheme; use Fira Code Nerd Font
This commit is contained in:
parent
d3b783cb55
commit
55e747eec2
@ -10,10 +10,10 @@ TERM = "xterm-256color"
|
|||||||
size = 10.5
|
size = 10.5
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "GoMono Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "GoMono Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|
||||||
[keyboard]
|
[keyboard]
|
||||||
bindings = [
|
bindings = [
|
||||||
|
@ -296,9 +296,9 @@ colors: *dark
|
|||||||
font:
|
font:
|
||||||
size: 10.5
|
size: 10.5
|
||||||
normal:
|
normal:
|
||||||
family: GoMono Nerd Font
|
family: Fira Code Nerd Font
|
||||||
bold:
|
bold:
|
||||||
family: GoMono Nerd Font
|
family: Fira Code Nerd Font
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- key: F6
|
- key: F6
|
||||||
|
@ -5,7 +5,7 @@ local dpi = xresources.apply_dpi
|
|||||||
|
|
||||||
local theme = {}
|
local theme = {}
|
||||||
|
|
||||||
theme.font = "GoMono Nerd Font 10.5"
|
theme.font = "Fira Code Nerd Font 10.5"
|
||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
theme.wibar_height = 40
|
theme.wibar_height = 40
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ local dpi = xresources.apply_dpi
|
|||||||
|
|
||||||
local theme = {}
|
local theme = {}
|
||||||
|
|
||||||
theme.font = "GoMono Nerd Font 10.5"
|
theme.font = "Fira Code Nerd Font 10.5"
|
||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
theme.wibar_height = 40
|
theme.wibar_height = 40
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[main]
|
[main]
|
||||||
font = GoMono Nerd Font:size=11
|
font = Fira Code Nerd Font:size=11
|
||||||
|
|
||||||
include = /usr/share/foot/themes/nord
|
include = /usr/share/foot/themes/nord
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
* {
|
* {
|
||||||
font-family: GoMono Nerd Font;
|
font-family: Fira Code Nerd Font;
|
||||||
font-size: 14;
|
font-size: 14;
|
||||||
background-color: #263c59;
|
background-color: #263c59;
|
||||||
color: #7b899d;
|
color: #7b899d;
|
||||||
|
@ -112,10 +112,10 @@ vim.keymap.set("n", "<leader>ss", "<cmd>source ~/.config/nvim/after/plugin/luasn
|
|||||||
|
|
||||||
key('n', '<F6>', function()
|
key('n', '<F6>', function()
|
||||||
if vim.o.background == "dark" then
|
if vim.o.background == "dark" then
|
||||||
vim.cmd.colorscheme("dayfox")
|
vim.cmd.colorscheme("vimbones")
|
||||||
-- vim.o.background = "light"
|
-- vim.o.background = "light"
|
||||||
else
|
else
|
||||||
vim.cmd.colorscheme("duskfox")
|
vim.cmd.colorscheme("nordbones")
|
||||||
-- vim.o.background = "dark"
|
-- vim.o.background = "dark"
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
@ -5,32 +5,12 @@ end
|
|||||||
return {
|
return {
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
{
|
{
|
||||||
'rmehri01/onenord.nvim',
|
"mcchrish/zenbones.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"rktjmp/lush.nvim",
|
||||||
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- vim.cmd.colorscheme("onenord")
|
vim.cmd.colorscheme("nordbones")
|
||||||
end
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"neanias/everforest-nvim",
|
|
||||||
version = false,
|
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
|
||||||
config = function()
|
|
||||||
-- vim.cmd.colorscheme("everforest")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Tsuzat/NeoSolarized.nvim",
|
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
|
||||||
config = function()
|
|
||||||
-- vim.cmd.colorscheme("NeoSolarized")
|
|
||||||
end
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"EdenEast/nightfox.nvim",
|
|
||||||
config = function()
|
|
||||||
vim.cmd.colorscheme("duskfox")
|
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user