cleanup
This commit is contained in:
parent
8baf76b7c6
commit
cf93ef899b
5 changed files with 1 additions and 2735 deletions
|
@ -1,49 +0,0 @@
|
||||||
# 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
|
|
|
@ -1,34 +0,0 @@
|
||||||
font_family RobotoMono Nerd Font
|
|
||||||
font_size 13
|
|
||||||
enable_audio_bell no
|
|
||||||
|
|
||||||
kitty_mod ctrl+shift
|
|
||||||
map kitty_mod+, load_config_file
|
|
||||||
map kitty_mod+c copy_to_clipboard
|
|
||||||
map kitty_mod+v paste_from_clipboard
|
|
||||||
|
|
||||||
#scrolling
|
|
||||||
map kitty_mod+k scroll_line_up
|
|
||||||
map kitty_mod+u scroll_page_up
|
|
||||||
map kitty_mod+j scroll_line_down
|
|
||||||
map kitty_mod+d scroll_page_down
|
|
||||||
|
|
||||||
shell zsh
|
|
||||||
editor nvim
|
|
||||||
|
|
||||||
cursor_shape beam
|
|
||||||
strip_trailing_spaces smart
|
|
||||||
|
|
||||||
#mouse
|
|
||||||
mouse_map b5 click ungrabbed copy_to_clipboard
|
|
||||||
mouse_map b4 click ungrabbed paste_from_clipboard
|
|
||||||
|
|
||||||
#dont warn when closing window
|
|
||||||
confirm_os_window_close 0
|
|
||||||
|
|
||||||
#easy quit
|
|
||||||
map control+q quit
|
|
||||||
|
|
||||||
#background_opacity 1.0
|
|
||||||
|
|
||||||
include tokyonight.conf
|
|
2601
kitty/sample.conf
2601
kitty/sample.conf
File diff suppressed because it is too large
Load diff
|
@ -1,50 +0,0 @@
|
||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
## name: Tokyo Night
|
|
||||||
## license: MIT
|
|
||||||
## author: Folke Lemaitre
|
|
||||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
|
|
||||||
|
|
||||||
|
|
||||||
background #1a1b26
|
|
||||||
foreground #c0caf5
|
|
||||||
selection_background #283457
|
|
||||||
selection_foreground #c0caf5
|
|
||||||
url_color #73daca
|
|
||||||
cursor #c0caf5
|
|
||||||
cursor_text_color #1a1b26
|
|
||||||
|
|
||||||
# Tabs
|
|
||||||
active_tab_background #7aa2f7
|
|
||||||
active_tab_foreground #16161e
|
|
||||||
inactive_tab_background #292e42
|
|
||||||
inactive_tab_foreground #545c7e
|
|
||||||
#tab_bar_background #15161e
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
active_border_color #7aa2f7
|
|
||||||
inactive_border_color #292e42
|
|
||||||
|
|
||||||
# normal
|
|
||||||
color0 #15161e
|
|
||||||
color1 #f7768e
|
|
||||||
color2 #9ece6a
|
|
||||||
color3 #e0af68
|
|
||||||
color4 #7aa2f7
|
|
||||||
color5 #bb9af7
|
|
||||||
color6 #7dcfff
|
|
||||||
color7 #a9b1d6
|
|
||||||
|
|
||||||
# bright
|
|
||||||
color8 #414868
|
|
||||||
color9 #f7768e
|
|
||||||
color10 #9ece6a
|
|
||||||
color11 #e0af68
|
|
||||||
color12 #7aa2f7
|
|
||||||
color13 #bb9af7
|
|
||||||
color14 #7dcfff
|
|
||||||
color15 #c0caf5
|
|
||||||
|
|
||||||
# extended colors
|
|
||||||
color16 #ff9e64
|
|
||||||
color17 #db4b4b
|
|
|
@ -18,7 +18,7 @@ set $bg #000000
|
||||||
set $fg #ffffff
|
set $fg #ffffff
|
||||||
set $fgi #888888
|
set $fgi #888888
|
||||||
|
|
||||||
set $wallpaper $HOME/wallpapers/market.jpg
|
set $wallpaper $HOME/wallpapers/nixos-c-book-large.png
|
||||||
set $lock swaylock -f -i $wallpaper
|
set $lock swaylock -f -i $wallpaper
|
||||||
output * bg $wallpaper fill
|
output * bg $wallpaper fill
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue