Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding kitty themes #44

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions kitty/witchhazel-hypercolor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# vim:ft=kitty

## name: Witch Hazel Hypercolor
## author: Anya Taylor
## license: MIT
## upstream:
## blurb: A dark & feminine color scheme.



# The basic colors
foreground #F8F8F2
background #282634
selection_foreground #F8F8F0
selection_background #F4DBD6

# Cursor colors
cursor #F8F8F0
cursor_text_color #3B364E

# URL underline color when hovering with mouse
url_color #FFB8D1

# Kitty window border colors
active_border_color #DCC8FF
inactive_border_color #3B364E
bell_border_color #FFF9A3

# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system

# Tab bar colors
active_tab_foreground #1e0010
active_tab_background #dcc8ff
inactive_tab_foreground #1Bc5E0
inactive_tab_background #1D1C27
tab_bar_background #282634

# Colors for marks (marked text in the terminal)
mark1_foreground #282634
mark1_background #dcc8ff
mark2_foreground #282634
mark2_background #AE81FF
mark3_foreground #282634
mark3_background #1Bc5E0

# The 16 terminal colors

# black
color0 #1e0010
color8 #3B364E

# red
color1 #DC7070
color9 #DC7070

# green
color2 #81FFBE
color10 #81FFBE

# yellow
color3 #FFF9A3
color11 #FFF9A3

# blue
color4 #1Bc5E0
color12 #1Bc5E0

# magenta
color5 #FFB8D1
color13 #FFB8D1

# cyan
color6 #81FFBE
color14 #81FFBE

# white
color7 #DCC8FF
color15 #BFBFBF
80 changes: 80 additions & 0 deletions kitty/witchhazel.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# vim:ft=kitty

## name: Witch Hazel
## author: Anya Taylor
## license: MIT
## upstream:
## blurb: A dark & feminine color scheme.



# The basic colors
foreground #F8F8F2
background #433E56
selection_foreground #F8F8F2
selection_background #F4DBD6

# Cursor colors
cursor #F8F8F2
cursor_text_color #3B364E

# URL underline color when hovering with mouse
url_color #FF857F

# Kitty window border colors
active_border_color #CEB1FF
inactive_border_color #3B364E
bell_border_color #FFF352

# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system

# Tab bar colors
active_tab_foreground #1e0010
active_tab_background #dcc8ff
inactive_tab_foreground #1Bc5E0
inactive_tab_background #1D1C27
tab_bar_background #433E56

# Colors for marks (marked text in the terminal)
mark1_foreground #433E56
mark1_background #dcc8ff
mark2_foreground #433E56
mark2_background #C5A3FF
mark3_foreground #433E56
mark3_background #1Bc5E0

# The 16 terminal colors

# black
color0 #1e0010
color8 #3B364E

# red
color1 #F92672
color9 #F92672

# green
color2 #C2FFDF
color10 #C2FFDF

# yellow
color3 #FFF352
color11 #FFF352

# blue
color4 #1Bc5E0
color12 #1Bc5E0

# magenta
color5 #FF857F
color13 #FF857F

# cyan
color6 #C2FFDF
color14 #C2FFDF

# white
color7 #CEB1FF
color15 #B0BEC5