kitty: init
This commit is contained in:
parent
a6bde8a373
commit
f4b9e21692
16 changed files with 1915 additions and 0 deletions
57
outerheaven.init3.home/.config/kitty/colors/GitHub Dark.conf
Normal file
57
outerheaven.init3.home/.config/kitty/colors/GitHub Dark.conf
Normal file
|
@ -0,0 +1,57 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
## name: GitHub Dark
|
||||
## author: GitHub
|
||||
## license: MIT
|
||||
|
||||
#: The basic colors
|
||||
|
||||
foreground #c9d1d9
|
||||
#background #0d1117
|
||||
background #000000
|
||||
|
||||
#: Cursor colors
|
||||
cursor #58a6ff
|
||||
|
||||
#: The basic 16 colors
|
||||
#: black
|
||||
color0 #484f58
|
||||
color8 #6e7681
|
||||
|
||||
#: red
|
||||
color1 #ff7b72
|
||||
color9 #ffa198
|
||||
|
||||
#: green
|
||||
color2 #3fb950
|
||||
color10 #56d364
|
||||
|
||||
#: yellow
|
||||
color3 #d29922
|
||||
color11 #e3b341
|
||||
|
||||
#: blue
|
||||
color4 #58a6ff
|
||||
color12 #79c0ff
|
||||
|
||||
#: magenta
|
||||
color5 #bc8cff
|
||||
color13 #d2a8ff
|
||||
|
||||
#: cyan
|
||||
color6 #39c5cf
|
||||
color14 #56d4dd
|
||||
|
||||
#: white
|
||||
color7 #b1bac4
|
||||
color15 #ffffff
|
||||
|
||||
#: customizations below
|
||||
active_border_color #88c0d0
|
||||
inactive_border_color #4c566a
|
||||
# kinda dark/boring
|
||||
#selection_background #7cbeff
|
||||
#selection_foreground #000000
|
||||
# better
|
||||
selection_foreground #0d1117
|
||||
selection_background #58a6ff
|
26
outerheaven.init3.home/.config/kitty/colors/Glacier.conf
Normal file
26
outerheaven.init3.home/.config/kitty/colors/Glacier.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
background #000000
|
||||
foreground #ffffff
|
||||
cursor #6c6c6c
|
||||
selection_background #bd2523
|
||||
color0 #2e343c
|
||||
color8 #404a55
|
||||
color1 #bd0f2f
|
||||
color9 #bd0f2f
|
||||
color2 #35a770
|
||||
color10 #49e998
|
||||
color3 #fb9435
|
||||
color11 #fddf6e
|
||||
color4 #1f5872
|
||||
color12 #2a8bc1
|
||||
color5 #bd2523
|
||||
color13 #ea4727
|
||||
color6 #778397
|
||||
color14 #a0b6d3
|
||||
color7 #ffffff
|
||||
color15 #ffffff
|
||||
selection_foreground #0c1115
|
||||
#: The colors for the border
|
||||
active_border_color #fd7d00
|
||||
#inactive_border_color #292c37
|
||||
inactive_border_color #643100
|
||||
#bell_border_color #643100
|
21
outerheaven.init3.home/.config/kitty/colors/Hardcore.conf
Normal file
21
outerheaven.init3.home/.config/kitty/colors/Hardcore.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
background #121212
|
||||
foreground #a0a0a0
|
||||
cursor #bbbbbb
|
||||
selection_background #453a39
|
||||
color0 #1b1d1e
|
||||
color8 #505354
|
||||
color1 #f92672
|
||||
color9 #ff669d
|
||||
color2 #a6e22e
|
||||
color10 #beed5f
|
||||
color3 #fd971f
|
||||
color11 #e6db74
|
||||
color4 #66d9ef
|
||||
color12 #66d9ef
|
||||
color5 #9e6ffe
|
||||
color13 #9e6ffe
|
||||
color6 #5e7175
|
||||
color14 #a3babf
|
||||
color7 #ccccc6
|
||||
color15 #f8f8f2
|
||||
selection_foreground #121212
|
|
@ -0,0 +1,25 @@
|
|||
background #000000
|
||||
foreground #afc2c2
|
||||
cursor #ffffff
|
||||
selection_background #7cbeff
|
||||
color0 #000000
|
||||
color8 #000000
|
||||
color1 #ff2f2f
|
||||
color9 #ff2f2f
|
||||
color2 #549a6f
|
||||
color10 #549a6f
|
||||
color3 #ccac00
|
||||
color11 #ccac00
|
||||
color4 #0099cc
|
||||
color12 #0099cc
|
||||
color5 #cc68c8
|
||||
color13 #cc68c8
|
||||
color6 #79c4cc
|
||||
color14 #79c4cc
|
||||
color7 #bccccc
|
||||
color15 #bccccc
|
||||
selection_foreground #000000
|
||||
|
||||
# custom border colors
|
||||
active_border_color #88c0d0
|
||||
inactive_border_color #4c566a
|
|
@ -0,0 +1,21 @@
|
|||
background #222221
|
||||
foreground #e4e4e4
|
||||
cursor #16aec9
|
||||
selection_background #dedede
|
||||
color0 #212121
|
||||
color8 #424242
|
||||
color1 #b7141e
|
||||
color9 #e83a3f
|
||||
color2 #457b23
|
||||
color10 #7aba39
|
||||
color3 #f5971d
|
||||
color11 #fee92e
|
||||
color4 #134eb2
|
||||
color12 #53a4f3
|
||||
color5 #550087
|
||||
color13 #a94dbb
|
||||
color6 #0e707c
|
||||
color14 #26bad1
|
||||
color7 #eeeeee
|
||||
color15 #d8d8d8
|
||||
selection_foreground #222221
|
66
outerheaven.init3.home/.config/kitty/colors/dracula.conf
Normal file
66
outerheaven.init3.home/.config/kitty/colors/dracula.conf
Normal file
|
@ -0,0 +1,66 @@
|
|||
# https://draculatheme.com/kitty
|
||||
#
|
||||
# Installation instructions:
|
||||
#
|
||||
# cp dracula.conf ~/.config/kitty/
|
||||
# echo "include dracula.conf" >> ~/.config/kitty/kitty.conf
|
||||
#
|
||||
# Then reload kitty for the config to take affect.
|
||||
# Alternatively copy paste below directly into kitty.conf
|
||||
|
||||
foreground #f8f8f2
|
||||
#background #282a36
|
||||
selection_foreground #ffffff
|
||||
selection_background #44475a
|
||||
|
||||
active_border_color #6272a4
|
||||
inactive_border_color #282A36
|
||||
bell_border_color #44475a
|
||||
|
||||
url_color #8be9fd
|
||||
|
||||
# black
|
||||
color0 #21222c
|
||||
color8 #6272a4
|
||||
|
||||
# red
|
||||
color1 #ff5555
|
||||
color9 #ff6e6e
|
||||
|
||||
# green
|
||||
color2 #50fa7b
|
||||
color10 #69ff94
|
||||
|
||||
# yellow
|
||||
color3 #f1fa8c
|
||||
color11 #ffffa5
|
||||
|
||||
# blue
|
||||
color4 #bd93f9
|
||||
color12 #d6acff
|
||||
|
||||
# magenta
|
||||
color5 #ff79c6
|
||||
color13 #ff92df
|
||||
|
||||
# cyan
|
||||
color6 #8be9fd
|
||||
color14 #a4ffff
|
||||
|
||||
# white
|
||||
color7 #f8f8f2
|
||||
color15 #ffffff
|
||||
|
||||
# Cursor colors
|
||||
cursor #f8f8f2
|
||||
cursor_text_color background
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6272a4
|
||||
|
||||
# Marks
|
||||
mark1_foreground #282a36
|
||||
mark1_background #ff5555
|
|
@ -0,0 +1,26 @@
|
|||
# my (minimal) customizations - window wrappings, not meaningful content
|
||||
#selection_foreground #000000
|
||||
#selection_background #FFFACD
|
||||
selection_foreground #0d1117
|
||||
selection_background #58a6ff
|
||||
url_color #0087BD
|
||||
cursor #81A1C1
|
||||
|
||||
# tab_bar_background #010409
|
||||
# yellow-ish
|
||||
# active_tab_foreground #c9d1d9
|
||||
# active_tab_background #0d1117
|
||||
# inactive_tab_foreground #8b949e
|
||||
# inactive_tab_background #010409
|
||||
# nordic inspired
|
||||
active_tab_foreground #eceff4
|
||||
active_tab_background #434c5e
|
||||
inactive_tab_foreground #d8dee9
|
||||
inactive_tab_background #2e3440
|
||||
# orange borders
|
||||
# active_border_color #fd7d00
|
||||
# inactive_border_color #643100
|
||||
# blue-ish borders
|
||||
active_border_color #88c0d0
|
||||
inactive_border_color #4c566a
|
||||
#bell_border_color #643100
|
69
outerheaven.init3.home/.config/kitty/colors/mine.conf
Normal file
69
outerheaven.init3.home/.config/kitty/colors/mine.conf
Normal file
|
@ -0,0 +1,69 @@
|
|||
# Nord Colorscheme for Kitty
|
||||
# Credit: https://github.com/connorholyday/nord-kitty/blob/master/nord.conf
|
||||
# Based on:
|
||||
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
|
||||
# - https://github.com/arcticicestudio/nord-hyper
|
||||
# - https://www.nordtheme.com/docs/colors-and-palettes
|
||||
#
|
||||
|
||||
foreground #D8DEE9
|
||||
#background #2E3440
|
||||
#selection_foreground #000000
|
||||
#selection_background #FFFACD
|
||||
selection_foreground #0d1117
|
||||
selection_background #58a6ff
|
||||
url_color #0087BD
|
||||
cursor #81A1C1
|
||||
|
||||
# black
|
||||
color0 #3B4252
|
||||
color8 #4C566A
|
||||
|
||||
# red
|
||||
color1 #BF616A
|
||||
color9 #BF616A
|
||||
|
||||
# green
|
||||
color2 #A3BE8C
|
||||
color10 #A3BE8C
|
||||
|
||||
# yellow
|
||||
color3 #EBCB8B
|
||||
color11 #EBCB8B
|
||||
|
||||
# blue
|
||||
color4 #81A1C1
|
||||
color12 #81A1C1
|
||||
|
||||
# magenta
|
||||
color5 #B48EAD
|
||||
color13 #B48EAD
|
||||
|
||||
# cyan
|
||||
color6 #88C0D0
|
||||
color14 #8FBCBB
|
||||
|
||||
# white
|
||||
color7 #E5E9F0
|
||||
color15 #ECEFF4
|
||||
|
||||
|
||||
# my customizations
|
||||
# tab_bar_background #010409
|
||||
# yellow-ish
|
||||
# active_tab_foreground #c9d1d9
|
||||
# active_tab_background #0d1117
|
||||
# inactive_tab_foreground #8b949e
|
||||
# inactive_tab_background #010409
|
||||
# nordic inspired
|
||||
active_tab_foreground #eceff4
|
||||
active_tab_background #434c5e
|
||||
inactive_tab_foreground #d8dee9
|
||||
inactive_tab_background #2e3440
|
||||
# orange borders
|
||||
# active_border_color #fd7d00
|
||||
# inactive_border_color #643100
|
||||
# blue-ish borders
|
||||
active_border_color #88c0d0
|
||||
inactive_border_color #4c566a
|
||||
#bell_border_color #643100
|
69
outerheaven.init3.home/.config/kitty/colors/nordic.conf
Normal file
69
outerheaven.init3.home/.config/kitty/colors/nordic.conf
Normal file
|
@ -0,0 +1,69 @@
|
|||
# Nord Colorscheme for Kitty
|
||||
# Credit: https://github.com/connorholyday/nord-kitty/blob/master/nord.conf
|
||||
# Based on:
|
||||
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
|
||||
# - https://github.com/arcticicestudio/nord-hyper
|
||||
# - https://www.nordtheme.com/docs/colors-and-palettes
|
||||
#
|
||||
|
||||
foreground #D8DEE9
|
||||
#background #2E3440
|
||||
#selection_foreground #000000
|
||||
#selection_background #FFFACD
|
||||
selection_foreground #0d1117
|
||||
selection_background #58a6ff
|
||||
url_color #0087BD
|
||||
cursor #81A1C1
|
||||
|
||||
# black
|
||||
color0 #3B4252
|
||||
color8 #4C566A
|
||||
|
||||
# red
|
||||
color1 #BF616A
|
||||
color9 #BF616A
|
||||
|
||||
# green
|
||||
color2 #A3BE8C
|
||||
color10 #A3BE8C
|
||||
|
||||
# yellow
|
||||
color3 #EBCB8B
|
||||
color11 #EBCB8B
|
||||
|
||||
# blue
|
||||
color4 #81A1C1
|
||||
color12 #81A1C1
|
||||
|
||||
# magenta
|
||||
color5 #B48EAD
|
||||
color13 #B48EAD
|
||||
|
||||
# cyan
|
||||
color6 #88C0D0
|
||||
color14 #8FBCBB
|
||||
|
||||
# white
|
||||
color7 #E5E9F0
|
||||
color15 #ECEFF4
|
||||
|
||||
|
||||
# my customizations
|
||||
# tab_bar_background #010409
|
||||
# yellow-ish
|
||||
# active_tab_foreground #c9d1d9
|
||||
# active_tab_background #0d1117
|
||||
# inactive_tab_foreground #8b949e
|
||||
# inactive_tab_background #010409
|
||||
# nordic inspired
|
||||
active_tab_foreground #eceff4
|
||||
active_tab_background #434c5e
|
||||
inactive_tab_foreground #d8dee9
|
||||
inactive_tab_background #2e3440
|
||||
# orange borders
|
||||
# active_border_color #fd7d00
|
||||
# inactive_border_color #643100
|
||||
# blue-ish borders
|
||||
active_border_color #88c0d0
|
||||
inactive_border_color #4c566a
|
||||
#bell_border_color #643100
|
21
outerheaven.init3.home/.config/kitty/colors/pro.conf
Normal file
21
outerheaven.init3.home/.config/kitty/colors/pro.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
background #000000
|
||||
foreground #f2f2f2
|
||||
cursor #4d4d4d
|
||||
selection_background #414141
|
||||
color0 #000000
|
||||
color8 #666666
|
||||
color1 #990000
|
||||
color9 #e50000
|
||||
color2 #00a600
|
||||
color10 #00d900
|
||||
color3 #999900
|
||||
color11 #e5e500
|
||||
color4 #1f08db
|
||||
color12 #0000ff
|
||||
color5 #b200b2
|
||||
color13 #e500e5
|
||||
color6 #00a6b2
|
||||
color14 #00e5e5
|
||||
color7 #bfbfbf
|
||||
color15 #e5e5e5
|
||||
selection_foreground #000000
|
1478
outerheaven.init3.home/.config/kitty/kitty.conf
Normal file
1478
outerheaven.init3.home/.config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,11 @@
|
|||
layout tall
|
||||
cd ~
|
||||
# first is tall on the left
|
||||
launch btop
|
||||
# these are split horizontally on the right half
|
||||
launch nvtop
|
||||
# resize_window taller 12
|
||||
# note: requires kernel.dmesg_restrict=0
|
||||
# launch --location=vsplit --cwd=current /usr/bin/dmesg -T --follow
|
||||
launch amdgpu-stats
|
||||
resize_window shorter 24
|
|
@ -0,0 +1,6 @@
|
|||
layout grid
|
||||
cd ~
|
||||
launch --cwd=current bash
|
||||
launch --cwd=current bash
|
||||
launch --cwd=current cmatrix
|
||||
launch --cwd=current bash
|
|
@ -0,0 +1,5 @@
|
|||
# layout splits
|
||||
layout tall
|
||||
launch --location=hsplit --cwd=current bash
|
||||
launch --location=hsplit --cwd=current bash
|
||||
launch --location=hsplit --cwd=current note-taker.sh
|
13
outerheaven.init3.home/.config/kitty/tab_bar.conf
Normal file
13
outerheaven.init3.home/.config/kitty/tab_bar.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
tab_bar_margin_width 2.0
|
||||
tab_bar_margin_height 1.0 0.0
|
||||
tab_bar_style powerline
|
||||
#tab_fade 0.25 0.5 0.75
|
||||
tab_powerline_style angled
|
||||
tab_bar_min_tabs 2
|
||||
# tab_activity_symbol "🔔"
|
||||
|
||||
active_tab_font_style bold
|
||||
inactive_tab_font_style normal
|
||||
|
||||
|
||||
tab_bar_background none
|
1
outerheaven.init3.home/.config/kitty/themes
Symbolic link
1
outerheaven.init3.home/.config/kitty/themes
Symbolic link
|
@ -0,0 +1 @@
|
|||
colors
|
Loading…
Reference in a new issue