Skip to content

Instantly share code, notes, and snippets.

@Bryan2333
Last active March 9, 2024 03:45
Show Gist options
  • Save Bryan2333/c3ddd7078644d819479ee3562c8cb1e5 to your computer and use it in GitHub Desktop.
Save Bryan2333/c3ddd7078644d819479ee3562c8cb1e5 to your computer and use it in GitHub Desktop.
Kitty terminal OneDark theme
#: OneDark Theme {{{
foreground #ABB2BF
background #282C34
# Black
color0 #3F4451
color8 #4d5564
# Red
color1 #E06C75
color9 #E06C75
# Green
color2 #B1E18B
color10 #98C379
# Yellow
color3 #D19A66
color11 #E5C07B
# Blue
color4 #61AFEF
color12 #61AFEF
# Magenta
color5 #C678DD
color13 #C678DD
# Cyan
color6 #63d4e0
color14 #63d4e0
# White
color7 #E6E6E6
#color15 #ABB2BF
# Tab Bar
active_tab_foreground #282C34
active_tab_background #979EAB
inactive_tab_foreground #ABB2BF
inactive_tab_background #282C34
#: }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment