Created
May 15, 2025 11:19
-
-
Save joaogabriels/9b137efbabe8360eb537e5c468682a72 to your computer and use it in GitHub Desktop.
my kitty 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
# Dark Theme for Kitty | |
background #282828 | |
foreground #ebdbb2 | |
cursor #928374 | |
selection_foreground #928374 | |
selection_background #3c3836 | |
# Normal colors | |
color0 #282828 | |
color1 #cc241d | |
color2 #98971a | |
color3 #d79921 | |
color4 #458588 | |
color5 #b16286 | |
color6 #689d6a | |
color7 #a89984 | |
# Bright colors | |
color8 #928374 | |
color9 #fb4934 | |
color10 #b8bb26 | |
color11 #fabd2d | |
color12 #83a598 | |
color13 #d3869b | |
color14 #8ec07c | |
color15 #928374 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment