Last active
November 11, 2022 09:17
-
-
Save gkeep/3434864a3321fcce7d69e75d6d63888e to your computer and use it in GitHub Desktop.
Iceberg light theme for kitty terminal
This file contains 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
~/.config/kitty/kitty.conf
with an editor of your choice.