kitty
This commit is contained in:
parent
5509d8851f
commit
95bfdc0c92
7
home-manager/kitty.nix
Normal file
7
home-manager/kitty.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.file."./.config/kitty/" = {
|
||||||
|
source = ../package-configs/kitty;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
}
|
@ -8,9 +8,6 @@
|
|||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
extraConfig = ":luafile ~/.config/nvim/init.lua";
|
extraConfig = ":luafile ~/.config/nvim/init.lua";
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
|
||||||
|
|
||||||
];
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
gcc
|
gcc
|
||||||
vimPlugins.packer-nvim
|
vimPlugins.packer-nvim
|
||||||
|
14
package-configs/kitty/kitty.conf
Normal file
14
package-configs/kitty/kitty.conf
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
globinclude kitty.d/**/*.conf
|
||||||
|
envinclude KITTY_CONF_*
|
||||||
|
|
||||||
|
background_opacity 0.9
|
||||||
|
enable_audio_bell no
|
||||||
|
|
||||||
|
map f9 close_other_windows_in_tab
|
||||||
|
|
||||||
|
font_family JetBrains Mono Regular Nerd Font Complete Mono
|
||||||
|
bold_font JetBrains Mono Bold Nerd Font Complete Mono
|
||||||
|
italic_font JetBrains Mono Italic Nerd Font Complete Mono
|
||||||
|
bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete Mono
|
||||||
|
|
||||||
|
font_size 12.0
|
47
package-configs/kitty/kitty.d/my_theme.conf.bak
Normal file
47
package-configs/kitty/kitty.d/my_theme.conf.bak
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
background #0b092c
|
||||||
|
foreground #e4e4ea
|
||||||
|
|
||||||
|
cursor #fc8483
|
||||||
|
cursor_text_color #fcfdfc
|
||||||
|
selection_foreground #403e41
|
||||||
|
selection_background #fcfcfa
|
||||||
|
|
||||||
|
# dull black
|
||||||
|
color0 #151337
|
||||||
|
# light black
|
||||||
|
color8 #727072
|
||||||
|
|
||||||
|
# dull red
|
||||||
|
color1 #ff6188
|
||||||
|
# light red
|
||||||
|
color9 #ff6188
|
||||||
|
|
||||||
|
# dull green
|
||||||
|
color2 #a9dc76
|
||||||
|
# light green
|
||||||
|
color10 #a9dc76
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #ffd866
|
||||||
|
# light yellow
|
||||||
|
color11 #ffd866
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #fc9867
|
||||||
|
# light blue
|
||||||
|
color12 #fc9867
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #ab9df2
|
||||||
|
# light magenta
|
||||||
|
color13 #ab9df2
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #78dce8
|
||||||
|
# light cyan
|
||||||
|
color14 #78dce8
|
||||||
|
|
||||||
|
# dull white
|
||||||
|
color7 #fcfcfa
|
||||||
|
# bright white
|
||||||
|
color15 #fcfcfa
|
29
package-configs/kitty/kitty.d/theme.conf.bak
Normal file
29
package-configs/kitty/kitty.d/theme.conf.bak
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# 1984 theme by Bertie Blackman, https://github.com/covertbert/iterm2-1984/
|
||||||
|
|
||||||
|
foreground #ffffff
|
||||||
|
background #0d0f31
|
||||||
|
selection_foreground #000000
|
||||||
|
selection_background #00d5eb
|
||||||
|
color0 #000000
|
||||||
|
color1 #ff16b0
|
||||||
|
color2 #b3f361
|
||||||
|
color3 #ffea16
|
||||||
|
color4 #46bdff
|
||||||
|
color5 #f806fa
|
||||||
|
color6 #59e1e3
|
||||||
|
color7 #feffff
|
||||||
|
color8 #000000
|
||||||
|
color9 #ff16b0
|
||||||
|
color10 #b3f361
|
||||||
|
color11 #ffea16
|
||||||
|
color12 #46bdff
|
||||||
|
color13 #f806fa
|
||||||
|
color14 #6be4e6
|
||||||
|
color15 #feffff
|
||||||
|
|
||||||
|
# URL styles
|
||||||
|
url_color #f806fa
|
||||||
|
url_style single
|
||||||
|
|
||||||
|
# Cursor styles
|
||||||
|
cursor #59e1e3
|
50
package-configs/kitty/kitty.d/tokyonight_night.conf
Normal file
50
package-configs/kitty/kitty.d/tokyonight_night.conf
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# 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 #33467c
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user