-
-
Save dmitry-ilyashevich/939ec1caa0a9582a10d2e792c14ac57e to your computer and use it in GitHub Desktop.
Iceberg light theme for kitty terminal
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
background #e8e9ec | |
foreground #33374c | |
selection_background #d2d4dd | |
selection_foreground #33374c | |
cursor #33374c | |
cursor_text_color #e8e9ec | |
# white | |
color0 #dcdfe7 | |
color8 #8389a3 | |
# red | |
color1 #cc517a | |
color9 #cc3768 | |
# green | |
color2 #668e3d | |
color10 #598030 | |
# yellow/orange | |
color3 #c57339 | |
color11 #b6662d | |
# blue | |
color4 #2d539e | |
color12 #22478e | |
# magenta/purple | |
color5 #7759b4 | |
color13 #6845ad | |
# cyan | |
color6 #3f83a6 | |
color14 #327698 | |
# black | |
color7 #33374c | |
color15 #262a3f | |
# tab bar | |
active_tab_foreground #dcdfe7 | |
active_tab_background #2d539e | |
inactive_tab_foreground #33374c | |
inactive_tab_background #adb4c7 | |
tab_bar_background #8b98b6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment