Created
May 20, 2024 12:12
-
-
Save crivotz/47e49672d9b176440b6cad6cfbc38558 to your computer and use it in GitHub Desktop.
Wezterm theme based on Neovim 0.10 new default theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[colors] | |
background = '#14161b' | |
cursor_bg = '#e0e2ea' | |
cursor_border = '#e0e2ea' | |
cursor_fg = '#14161b' | |
foreground = '#e0e2ea' | |
selection_bg = '#2c2e33' | |
selection_fg = '#14161b' | |
ansi = [ | |
'#2c2e33', | |
'#a30202', | |
'#b3f6c0', | |
'#6b5300', | |
'#81a9c6', | |
'#9d81bb', | |
'#128184', | |
'#4f5258', | |
] | |
brights = [ | |
'#2c2e33', | |
'#ffc0b9', | |
'#b3f6c0', | |
'#fce094', | |
'#8cf8f7', | |
'#7f639b', | |
'#007373', | |
'#c4c6cd', | |
] | |
[colors.indexed] | |
16 = '#6b5300' | |
17 = '#a30202' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment