dots merge and nix sync

This commit is contained in:
2024-07-19 17:50:08 +02:00
parent 128003873b
commit 541000e0a1
64 changed files with 40389 additions and 0 deletions

26
.config/kitty/kitty.conf Executable file
View File

@@ -0,0 +1,26 @@
# include ${HOME}/.cache/wal/kitty.conf
# include macchiato.conf
include theme.conf
font_family FiraCode Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
window_padding_width 16
resize_in_steps yes
shell zsh
confirm_os_window_close 0
detect_urls yes
enable_audio_bell no
# BEGIN_KITTY_THEME
# Catppuccin-Macchiato
# include current-theme.conf
# END_KITTY_THEME

19
.config/kitty/kitty.conf.bak Executable file
View File

@@ -0,0 +1,19 @@
# include ${HOME}/.cache/wal/kitty.conf
include macchiato.conf
font_family CartographCF Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
# window_padding_width 16
resize_in_steps yes
shell zsh
confirm_os_window_close 0
detect_urls yes
enable_audio_bell no

80
.config/kitty/macchiato.conf Executable file
View File

@@ -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

27
.config/kitty/melange_dark.conf Executable file
View File

@@ -0,0 +1,27 @@
background #292522
foreground #ECE1D7
cursor none
url_color #7F91B2
selection_background #403A36
selection_foreground #ECE1D7
tab_bar_background #34302C
active_tab_background #34302C
active_tab_foreground #E49B5D
inactive_tab_background #34302C
inactive_tab_foreground #ECE1D7
color0 #34302C
color1 #BD8183
color2 #78997A
color3 #E49B5D
color4 #7F91B2
color5 #B380B0
color6 #7B9695
color7 #C1A78E
color8 #867462
color9 #D47766
color10 #85B695
color11 #EBC06D
color12 #A3A9CE
color13 #CF9BC2
color14 #89B3B6
color15 #ECE1D7

49
.config/kitty/theme.conf Executable file
View File

@@ -0,0 +1,49 @@
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
background #282828
foreground #ebdbb2
cursor #928374
selection_foreground #928374
selection_background #3c3836
color0 #282828
color8 #928374
# red
color1 #cc241d
# light red
color9 #fb4934
# green
color2 #98971a
# light green
color10 #b8bb26
# yellow
color3 #d79921
# light yellow
color11 #fabd2d
# blue
color4 #458588
# light blue
color12 #83a598
# magenta
color5 #b16286
# light magenta
color13 #d3869b
# cyan
color6 #689d6a
# lighy cyan
color14 #8ec07c
# light gray
color7 #a89984
# dark gray
color15 #928374