summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-11 10:52:55 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-11 10:52:55 -0700
commit34aa5cd62b227ca6d891b5c2fd0d0012d3ef3fbd (patch)
tree70a297cff536ea833ccb54cc96915521245b3cdc
parentb521862a90d01c09d951a03a417392f17b42168e (diff)
fix(nvim): neogit colorscheme
-rw-r--r--.config/fish/config.fish1
-rw-r--r--.config/nvim/lua/theme.lua15
-rw-r--r--.config/qutebrowser/config.py2
3 files changed, 9 insertions, 9 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 0341dc1..fe443f3 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -59,7 +59,6 @@ alias ssh-server='ssh admin@nbnoll.xyz'
alias umnt-cluster='umount $HOME/mnt/cluster'
# Prompt configuration.
-set PURE_REVERSE_PROMPT_SYMBOL_IN_VIMODE false
#Colored man pages
set -xU LESS_TERMCAP_mb (printf "\e[01;34m")
diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua
index 7bccfc0..e9d322b 100644
--- a/.config/nvim/lua/theme.lua
+++ b/.config/nvim/lua/theme.lua
@@ -140,26 +140,27 @@ local theme = {
local links = {
Constant = { "Boolean", "Character", "Number" },
CursorLine = { "CursorColumn" },
- DiffAdd = { "diffAdded", "GitSignsAdd" },
+ CursorLineNr = { "NeogitDiffContextHighlight" },
+ DiffAdd = { "diffAdded", "GitSignsAdd", "NeogitDiffAddHighlight" },
DiffChange = { "GitSignsChange" },
DiffName = { "diffSubname" },
- DiffDelete = { "diffRemoved", "GitSignsDelete" },
- Error = { "ErrorMsg" },
+ DiffDelete = { "diffRemoved", "GitSignsDelete", "NeogitDiffDeleteHighlight" },
+ Error = { "ErrorMsg", "NeogitNotificationError" },
htmlTag = { "htmlEndTag" },
htmlTagName = { "htmlTag" },
- Identifier = { "Function" },
+ Identifier = { "Function", "NeogitHunkHeader" },
ModeMsg = { "MoreMsg", "Question" },
NonText = { "Ignore" },
Number = { "Float" },
PreProc = { "Define", "Include", "Macro", "PreCondit" },
- Special = { "Debug", "Delimiter", "SpecialChar", "SpecialComment", "Tag" },
+ Special = { "Debug", "Delimiter", "SpecialChar", "SpecialComment", "Tag", "NeogitHunkHeaderHighlight" },
SpellLocal = { "SpellRare" },
Statement = { "Conditonal", "Exception", "Keyword", "Label", "Repeat" },
StatusLineNC = { "StatusLineTermNC", "TabLine", "TabLineFill" },
- StatusLine = { "StatusLineTerm", "TabLineSel" },
+ StatusLine = { "StatusLineTerm", "TabLineSel", },
Title = { "gitcommitSummary" },
Type = { "StorageClass", "Structure", "Typedef" },
- Warning = { "WarningMsg" },
+ Warning = { "WarningMsg", "NeogitNotificationWarning" },
}
for group, colors in pairs(theme) do highlight(group, colors) end
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index e155b06..846329e 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -340,7 +340,7 @@ c.colors.tabs.pinned.selected.odd.fg = c.colors.tabs.selected.odd.fg
# ------------------------------------------------------------------------
# fonts
-font = "14pt consolas"
+font = "12pt consolas"
# ------------------------------------------------------------------------
# fonts