File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ map kitty_mod+n new_os_window_with_cwd
2525map ctrl+shift+alt+n new_os_window
2626
2727# Color scheme and background
28- include themes/tokyonight-storm .conf
28+ include themes/tokyonight-night .conf
2929background_opacity 1.00
3030# dynamic background opacity must only be set after the background color
3131dynamic_background_opacity yes
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ require('lazy').setup({
253253 priority = 1000 , -- Make sure to load this before all the other start plugins.
254254 init = function ()
255255 -- Load the colorscheme here. Some themes may supply more than one style.
256- vim .cmd .colorscheme ' tokyonight-storm '
256+ vim .cmd .colorscheme ' tokyonight-night '
257257
258258 -- Can configure highlights by doing something like:
259259 -- vim.cmd.hi 'Comment gui=none'
You can’t perform that action at this time.
0 commit comments