Created
April 30, 2022 16:46
-
-
Save enihsyou/194326acdbdfdf3f36cf376f12dbd367 to your computer and use it in GitHub Desktop.
A Kitty theme: Basic profile on Terminal.app for macOS.
This file contains 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
# 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 |
This file contains 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
# 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