Skip to content

Instantly share code, notes, and snippets.

@gkeep
Last active July 13, 2023 16:08
Show Gist options
  • Save gkeep/9b6f3e86d44542f73b526183095d5c3a to your computer and use it in GitHub Desktop.
Save gkeep/9b6f3e86d44542f73b526183095d5c3a to your computer and use it in GitHub Desktop.
Iceberg dark theme for kitty terminal
background #161821
foreground #c6c8d1
selection_background #1e2132
selection_foreground #c6c8d1
cursor #d2d4de
# black
color0 #161821
color8 #6b7089
# red
color1 #e27878
color9 #e98989
# green
color2 #b4be82
color10 #c0ca8e
# yellow/orange
color3 #e2a478
color11 #e9b189
# blue
color4 #84a0c6
color12 #91acd1
# magenta/purple
color5 #a093c7
color13 #ada0d3
# cyan
color6 #89b8c2
color14 #95c4ce
# white
color7 #c6c8d1
color15 #d2d4de
# tab bar
active_tab_foreground #161821
active_tab_background #84a0c6
inactive_tab_foreground #d2d4de
inactive_tab_background #353a50
tab_bar_background #0f1117
@0xVesion
Copy link

Thank you. This theme is awesome. What do you think about adding it to the official themes repository?

@gkeep
Copy link
Author

gkeep commented Jul 13, 2023

Thank you. This theme is awesome. What do you think about adding it to the official themes repository?

Feel free to contribute this theme (and light theme)! I don't see much point in contributing to the said repository (can you switch themes without installing the theme manually?). These gists are mentioned on iceberg theme's main GitHub page, and honestly, I think that's good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment