-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kitty: Added catppuccin color palettes
- Loading branch information
1 parent
9bd9357
commit 0c12e3d
Showing
4 changed files
with
320 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# vim:ft=kitty | ||
|
||
## name: Catppuccin Kitty Frappe | ||
## author: Catppuccin Org | ||
## license: MIT | ||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/frappe.conf | ||
## blurb: Soothing pastel theme for the high-spirited! | ||
|
||
|
||
|
||
# The basic colors | ||
foreground #C6D0F5 | ||
background #303446 | ||
selection_foreground #303446 | ||
selection_background #F2D5CF | ||
|
||
# Cursor colors | ||
cursor #F2D5CF | ||
cursor_text_color #303446 | ||
|
||
# URL underline color when hovering with mouse | ||
url_color #F2D5CF | ||
|
||
# Kitty window border colors | ||
active_border_color #BABBF1 | ||
inactive_border_color #737994 | ||
bell_border_color #E5C890 | ||
|
||
# OS Window titlebar colors | ||
wayland_titlebar_color #303446 | ||
macos_titlebar_color #303446 | ||
|
||
# Tab bar colors | ||
active_tab_foreground #232634 | ||
active_tab_background #CA9EE6 | ||
inactive_tab_foreground #C6D0F5 | ||
inactive_tab_background #292C3C | ||
tab_bar_background #232634 | ||
|
||
# Colors for marks (marked text in the terminal) | ||
mark1_foreground #303446 | ||
mark1_background #BABBF1 | ||
mark2_foreground #303446 | ||
mark2_background #CA9EE6 | ||
mark3_foreground #303446 | ||
mark3_background #85C1DC | ||
|
||
# The 16 terminal colors | ||
|
||
# black | ||
color0 #51576D | ||
color8 #626880 | ||
|
||
# red | ||
color1 #E78284 | ||
color9 #E78284 | ||
|
||
# green | ||
color2 #A6D189 | ||
color10 #A6D189 | ||
|
||
# yellow | ||
color3 #E5C890 | ||
color11 #E5C890 | ||
|
||
# blue | ||
color4 #8CAAEE | ||
color12 #8CAAEE | ||
|
||
# magenta | ||
color5 #F4B8E4 | ||
color13 #F4B8E4 | ||
|
||
# cyan | ||
color6 #81C8BE | ||
color14 #81C8BE | ||
|
||
# white | ||
color7 #B5BFE2 | ||
color15 #A5ADCE |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# vim:ft=kitty | ||
|
||
## name: Catppuccin Kitty Latte | ||
## author: Catppuccin Org | ||
## license: MIT | ||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/latte.conf | ||
## blurb: Soothing pastel theme for the high-spirited! | ||
|
||
|
||
|
||
# The basic colors | ||
foreground #4C4F69 | ||
background #EFF1F5 | ||
selection_foreground #EFF1F5 | ||
selection_background #DC8A78 | ||
|
||
# Cursor colors | ||
cursor #DC8A78 | ||
cursor_text_color #EFF1F5 | ||
|
||
# URL underline color when hovering with mouse | ||
url_color #DC8A78 | ||
|
||
# Kitty window border colors | ||
active_border_color #7287FD | ||
inactive_border_color #9CA0B0 | ||
bell_border_color #DF8E1D | ||
|
||
# OS Window titlebar colors | ||
wayland_titlebar_color #EFF1F5 | ||
macos_titlebar_color #EFF1F5 | ||
|
||
# Tab bar colors | ||
active_tab_foreground #EFF1F5 | ||
active_tab_background #8839EF | ||
inactive_tab_foreground #4C4F69 | ||
inactive_tab_background #9CA0B0 | ||
tab_bar_background #BCC0CC | ||
|
||
# Colors for marks (marked text in the terminal) | ||
mark1_foreground #EFF1F5 | ||
mark1_background #7287fD | ||
mark2_foreground #EFF1F5 | ||
mark2_background #8839EF | ||
mark3_foreground #EFF1F5 | ||
mark3_background #209FB5 | ||
|
||
# The 16 terminal colors | ||
|
||
# black | ||
color0 #5C5F77 | ||
color8 #6C6F85 | ||
|
||
# red | ||
color1 #D20F39 | ||
color9 #D20F39 | ||
|
||
# green | ||
color2 #40A02B | ||
color10 #40A02B | ||
|
||
# yellow | ||
color3 #DF8E1D | ||
color11 #DF8E1D | ||
|
||
# blue | ||
color4 #1E66F5 | ||
color12 #1E66F5 | ||
|
||
# magenta | ||
color5 #EA76CB | ||
color13 #EA76CB | ||
|
||
# cyan | ||
color6 #179299 | ||
color14 #179299 | ||
|
||
# white | ||
color7 #ACB0BE | ||
color15 #BCC0CC |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# vim:ft=kitty | ||
|
||
## name: Catppuccin Kitty Macchiato | ||
## author: Catppuccin Org | ||
## license: MIT | ||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/macchiato.conf | ||
## blurb: Soothing pastel theme for the high-spirited! | ||
|
||
|
||
|
||
# The basic colors | ||
foreground #CAD3F5 | ||
background #24273A | ||
selection_foreground #24273A | ||
selection_background #F4DBD6 | ||
|
||
# Cursor colors | ||
cursor #F4DBD6 | ||
cursor_text_color #24273A | ||
|
||
# URL underline color when hovering with mouse | ||
url_color #F4DBD6 | ||
|
||
# Kitty window border colors | ||
active_border_color #B7BDF8 | ||
inactive_border_color #6E738D | ||
bell_border_color #EED49F | ||
|
||
# OS Window titlebar colors | ||
wayland_titlebar_color #24273A | ||
macos_titlebar_color #24273A | ||
|
||
# Tab bar colors | ||
active_tab_foreground #181926 | ||
active_tab_background #C6A0F6 | ||
inactive_tab_foreground #CAD3F5 | ||
inactive_tab_background #1E2030 | ||
tab_bar_background #181926 | ||
|
||
# Colors for marks (marked text in the terminal) | ||
mark1_foreground #24273A | ||
mark1_background #B7BDF8 | ||
mark2_foreground #24273A | ||
mark2_background #C6A0F6 | ||
mark3_foreground #24273A | ||
mark3_background #7DC4E4 | ||
|
||
# The 16 terminal colors | ||
|
||
# black | ||
color0 #494D64 | ||
color8 #5B6078 | ||
|
||
# red | ||
color1 #ED8796 | ||
color9 #ED8796 | ||
|
||
# green | ||
color2 #A6DA95 | ||
color10 #A6DA95 | ||
|
||
# yellow | ||
color3 #EED49F | ||
color11 #EED49F | ||
|
||
# blue | ||
color4 #8AADF4 | ||
color12 #8AADF4 | ||
|
||
# magenta | ||
color5 #F5BDE6 | ||
color13 #F5BDE6 | ||
|
||
# cyan | ||
color6 #8BD5CA | ||
color14 #8BD5CA | ||
|
||
# white | ||
color7 #B8C0E0 | ||
color15 #A5ADCB |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# vim:ft=kitty | ||
|
||
## name: Catppuccin Kitty Latte | ||
## author: Catppuccin Org | ||
## license: MIT | ||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/latte.conf | ||
## blurb: Soothing pastel theme for the high-spirited! | ||
|
||
|
||
|
||
# The basic colors | ||
foreground #4C4F69 | ||
background #EFF1F5 | ||
selection_foreground #EFF1F5 | ||
selection_background #DC8A78 | ||
|
||
# Cursor colors | ||
cursor #DC8A78 | ||
cursor_text_color #EFF1F5 | ||
|
||
# URL underline color when hovering with mouse | ||
url_color #DC8A78 | ||
|
||
# Kitty window border colors | ||
active_border_color #7287FD | ||
inactive_border_color #9CA0B0 | ||
bell_border_color #DF8E1D | ||
|
||
# OS Window titlebar colors | ||
wayland_titlebar_color #EFF1F5 | ||
macos_titlebar_color #EFF1F5 | ||
|
||
# Tab bar colors | ||
active_tab_foreground #EFF1F5 | ||
active_tab_background #8839EF | ||
inactive_tab_foreground #4C4F69 | ||
inactive_tab_background #9CA0B0 | ||
tab_bar_background #BCC0CC | ||
|
||
# Colors for marks (marked text in the terminal) | ||
mark1_foreground #EFF1F5 | ||
mark1_background #7287fD | ||
mark2_foreground #EFF1F5 | ||
mark2_background #8839EF | ||
mark3_foreground #EFF1F5 | ||
mark3_background #209FB5 | ||
|
||
# The 16 terminal colors | ||
|
||
# black | ||
color0 #5C5F77 | ||
color8 #6C6F85 | ||
|
||
# red | ||
color1 #D20F39 | ||
color9 #D20F39 | ||
|
||
# green | ||
color2 #40A02B | ||
color10 #40A02B | ||
|
||
# yellow | ||
color3 #DF8E1D | ||
color11 #DF8E1D | ||
|
||
# blue | ||
color4 #1E66F5 | ||
color12 #1E66F5 | ||
|
||
# magenta | ||
color5 #EA76CB | ||
color13 #EA76CB | ||
|
||
# cyan | ||
color6 #179299 | ||
color14 #179299 | ||
|
||
# white | ||
color7 #ACB0BE | ||
color15 #BCC0CC |