Skip to content

Commit

Permalink
chore(nvim): update colorscheme settings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Dec 1, 2023
1 parent 7e96104 commit 873c230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ cask 'font-jetbrains-mono'
cask 'font-jetbrains-mono-nerd-font'
cask 'font-victor-mono'
cask 'font-victor-mono-nerd-font'
cask 'font-monaspace'
4 changes: 2 additions & 2 deletions config/nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ return {
opts = {
flavour = "mocha", -- latte, frappe, macchiato, or mocha
transparent_background = true,
no_italic = false, -- Force no italic
no_bold = false, -- Force no bold
no_italic = true, -- Force no italic
no_bold = true, -- Force no bold
custom_highlights = function(colors)
return {
CurSearch = { bg = "#FFCA27" },
Expand Down

0 comments on commit 873c230

Please sign in to comment.