Skip to content

Instantly share code, notes, and snippets.

@enihsyou
Created April 30, 2022 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enihsyou/194326acdbdfdf3f36cf376f12dbd367 to your computer and use it in GitHub Desktop.
Save enihsyou/194326acdbdfdf3f36cf376f12dbd367 to your computer and use it in GitHub Desktop.
A Kitty theme: Basic profile on Terminal.app for macOS.
# vim:ft=kitty
## name: Basic Dark
## author: enihsyou
## license: MIT
## blurb: Basic (dark) profile on Terminal.app for macOS.
#: The basic colors
foreground #ffffff
background #1e1e1e
selection_foreground #ffffff
selection_background #3f638b
#: Cursor colors
cursor #9d9d9d
cursor_text_color #ffffff
#: The basic 16 colors
color0 #000000
color1 #d6492e
color2 #42c732
color3 #b8b72f
color4 #6a42f6
color5 #e44ce1
color6 #41c4d1
color7 #d1d1d1
color8 #909090
color9 #ff4b29
color10 #39ed2a
color11 #efef1c
color12 #da97ff
color13 #ff4cff
color14 #32f4f4
color15 #ededed
# vim:ft=kitty
## name: Basic Light
## author: enihsyou
## license: MIT
## blurb: Basic (light) profile on Terminal.app for macOS.
#: The basic colors
foreground #000000
background #ffffff
selection_foreground #000000
selection_background #3f638b
#: Cursor colors
cursor #9d9d9d
cursor_text_color #000000
#: The basic 16 colors
color0 #000000
color1 #c33720
color2 #34bc26
color3 #afad24
color4 #5230e1
color5 #d43bd2
color6 #34bbc8
color7 #cccccc
color8 #828282
color9 #ff3b1e
color10 #2ee721
color11 #ecec15
color12 #5e34ff
color13 #ff3cff
color14 #28efef
color15 #e4e4e4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment