kitty, neofetch config
This commit is contained in:
67
kitty/config/kitty.conf
Normal file
67
kitty/config/kitty.conf
Normal file
@@ -0,0 +1,67 @@
|
||||
# -------------------------------------------------------
|
||||
# ------------------ Generic Settings -------------------
|
||||
# -------------------------------------------------------
|
||||
|
||||
font_family MesloLGM Nerd Font Mono
|
||||
font_size 20.0
|
||||
hide_window_decorations yes
|
||||
shell /Users/evanreichard/.nix-profile/bin/bash --login
|
||||
tab_bar_style powerline
|
||||
|
||||
# -------------------------------------------------------
|
||||
# ----------------------- Hotkeys -----------------------
|
||||
# -------------------------------------------------------
|
||||
|
||||
map cmd+1 goto_tab 1
|
||||
map cmd+2 goto_tab 2
|
||||
map cmd+3 goto_tab 3
|
||||
map cmd+4 goto_tab 4
|
||||
map cmd+5 goto_tab 5
|
||||
map cmd+6 goto_tab 6
|
||||
map cmd+7 goto_tab 7
|
||||
map cmd+8 goto_tab 8
|
||||
map cmd+9 goto_tab 9
|
||||
|
||||
# -------------------------------------------------------
|
||||
# ------------------ Nord Color Scheme ------------------
|
||||
# -------------------------------------------------------
|
||||
|
||||
foreground #D8DEE9
|
||||
background #2E3440
|
||||
selection_foreground #000000
|
||||
selection_background #FFFACD
|
||||
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
|
||||
43 lines yanked
|
||||
Reference in New Issue
Block a user