Skip to content

Commit 3354fdd

Browse files
Switch to Tokyo Night theme variant for more contrast
1 parent 1320317 commit 3354fdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kitty/kitty.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ map kitty_mod+n new_os_window_with_cwd
2525
map 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
2929
background_opacity 1.00
3030
# dynamic background opacity must only be set after the background color
3131
dynamic_background_opacity yes

nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)