Created
February 10, 2021 17:06
-
-
Save sidneyspe/bd46a7531e3b35e0a726505a03570602 to your computer and use it in GitHub Desktop.
Omni 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
foreground #e1e1e6 | |
background #191622 | |
selection_foreground #44475a | |
selection_background #f8f8f2 | |
url_color #ffb86c | |
# black | |
color0 #000000 | |
color8 #4d4d4d | |
# red | |
color1 #ff5555 | |
color9 #ff6e67 | |
# green | |
color2 #50fa7b | |
color10 #5af78e | |
# yellow | |
color3 #effa78 | |
color11 #eaf08d | |
# blue | |
color4 #bd93f9 | |
color12 #caa9fa | |
# magenta | |
color5 #ff79c6 | |
color13 #ff92d0 | |
# cyan | |
color6 #8d79ba | |
color14 #aa91e3 | |
# white | |
color7 #bfbfbf | |
color15 #e6e6e6 | |
# Cursor colors | |
cursor #f8f8f2 | |
cursor_text_color background | |
# Tab bar colors | |
active_tab_foreground #191631 | |
active_tab_background #e6e6e6 | |
inactive_tab_foreground #44476f | |
inactive_tab_background #6272a4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment