This commit is contained in:
Out Of Ideas 2024-01-26 12:30:39 -06:00
parent 9d588e9d26
commit c6eb56a09c
5 changed files with 214 additions and 0 deletions

32
kitty/Black Metal.conf Normal file
View File

@ -0,0 +1,32 @@
# BlackMetal by metalelf0, https://github.com/metalelf0
# This schemes are available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
selection_foreground #000000
selection_background #ffffff
foreground #ffffff
background #000000
color0 #000000
color1 #5f8787
color2 #dd9999
color3 #a06666
color4 #888888
color5 #999999
color6 #aaaaaa
color7 #c1c1c1
color8 #333333
color9 #5f8787
color10 #dd9999
color11 #a06666
color12 #888888
color13 #999999
color14 #aaaaaa
color15 #c1c1c1
active_tab_foreground #ffffff
active_tab_background #000000
inactive_tab_foreground #666666
inactive_tab_background #000000
active_border_color #ffffff

21
kitty/Monokai Soda.conf Normal file
View File

@ -0,0 +1,21 @@
background #191919
foreground #c4c4b5
cursor #f6f6ec
selection_background #343434
color0 #191919
color8 #615e4b
color1 #f3005f
color9 #f3005f
color2 #97e023
color10 #97e023
color3 #fa8419
color11 #dfd561
color4 #9c64fe
color12 #9c64fe
color5 #f3005f
color13 #f3005f
color6 #57d1ea
color14 #57d1ea
color7 #c4c4b5
color15 #f6f6ee
selection_foreground #191919

41
kitty/One Dark.conf Normal file
View File

@ -0,0 +1,41 @@
# Cursor
cursor #5c6370
cursor_text_color #2c323c
# Special
foreground #abb2bf
background #282c34
selection_foreground #2c323c
selection_background #5c6370
# Black
color0 #2c323c
color8 #3e4452
# Red
color1 #e06c75
color9 #e06c75
# Green
color2 #98c379
color10 #98c379
# Yellow
color3 #e5c07b
color11 #e5c07b
# Blue
color4 #61afef
color12 #61afef
# Magenta
color5 #c678dd
color13 #c678dd
# Cyan
color6 #56b6c2
color14 #56b6c2
# White
color7 #5c6370
color15 #abb2bf

80
kitty/current-theme.conf Normal file
View File

@ -0,0 +1,80 @@
# vim:ft=kitty
## name: Catppuccin-Macchiato
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/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 system
macos_titlebar_color system
# 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

40
kitty/kitty.conf Normal file
View File

@ -0,0 +1,40 @@
# Padding #
# Rounded corners
# window_padding_width 5 25
# Sharp corners
window_padding_width 6.7 18.374385
# Font #
font_family DejaVuSansM Nerd Font Mono Book
bold_font DejaVuSansM Nerd Font Mono Bold
italic_font DejaVuSansM Nerd Font Mono Oblique
bold_italic_font DejaVuSansM Nerd Font Mono Bold Oblique
font_size 11
# Terminal Bell #
enable_audio_bell no
# Keybindings #
# Copy the last output to the clipboard
map ctrl+shift+o cat ~/.Output | wl-copy
# Theme #
# BEGIN_KITTY_THEME
# Catppuccin-Macchiato
include current-theme.conf
# END_KITTY_THEME
background_opacity 0.69
# Close Window
confirm_os_window_close 0