Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catppuccin mocha #5

Merged
merged 36 commits into from
Sep 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rice gui nvim
  • Loading branch information
wochap committed Sep 7, 2023
commit 05d6fa6b7a89126ad9fc2dfa4d288893c2dcdd15
24 changes: 21 additions & 3 deletions lua/custom/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,28 @@ opt.cursorcolumn = true
-- opt.guicursor = "n-v-c-sm:hor20-Cursor,i-ci-ve:ver25,r-cr-o:hor20"

vim.cmd [[
" set guifont=FiraCode\ Nerd\ Font:h10
set guifont=JetBrainsMono\ Nerd\ Font\ Mono:h10:#e-antialias
set guifont=FiraCode\ Nerd\ Font\ Ret:h10:#e-antialias
set linespace=13

let g:matchup_matchparen_offscreen = {'method': 'popup'}
let g:matchup_matchparen_offscreen = {'method': 'popup'}

let g:terminal_color_0 = '#45475A'
let g:terminal_color_1 = '#F38BA8'
let g:terminal_color_2 = '#A6E3A1'
let g:terminal_color_3 = '#F9E2AF'
let g:terminal_color_4 = '#89B4FA'
let g:terminal_color_5 = '#F5C2E7'
let g:terminal_color_6 = '#94E2D5'
let g:terminal_color_7 = '#BAC2DE'

let g:terminal_color_8 = '#585B70'
let g:terminal_color_9 = '#F38BA8'
let g:terminal_color_10 = '#A6E3A1'
let g:terminal_color_11 = '#F9E2AF'
let g:terminal_color_12 = '#89B4FA'
let g:terminal_color_13 = '#F5C2E7'
let g:terminal_color_14 = '#94E2D5'
let g:terminal_color_15 = '#A6ADC8'
]]

-- Use nvim as git editor in lazygit
Expand Down