From 8cc11b4cfdbc1e053a559425250b0b2e469a923a Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 28 Jan 2023 00:09:19 -0300 Subject: [PATCH] kitty --- .config/kitty/kitty.conf | 59 ++++++++++++++++++++++++++++++++++++++++ .config/sway/config | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 .config/kitty/kitty.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..df2c9fb --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,59 @@ +font_size 13.0 +font_family JetBrains Mono +#modify_font cell_width 90% + +map ctrl+shift+n new_os_window_with_cwd + +## name: Rosé Pine +## author: mvllow +## license: MIT +## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf +## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist + +foreground #e0def4 +background #191724 +selection_foreground #e0def4 +selection_background #403d52 + +cursor #524f67 +cursor_text_color #e0def4 + +url_color #c4a7e7 + +active_tab_foreground #e0def4 +active_tab_background #26233a +inactive_tab_foreground #6e6a86 +inactive_tab_background #191724 + +# black +color0 #26233a +color8 #6e6a86 + +# red +color1 #eb6f92 +color9 #eb6f92 + +# green +color2 #31748f +color10 #31748f + +# yellow +color3 #f6c177 +color11 #f6c177 + +# blue +color4 #9ccfd8 +color12 #9ccfd8 + +# magenta +color5 #c4a7e7 +color13 #c4a7e7 + +# cyan +color6 #ebbcba +color14 #ebbcba + +# white +color7 #e0def4 +color15 #e0def4 + diff --git a/.config/sway/config b/.config/sway/config index 15d9065..81153c2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,7 +8,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term footclient +set $term kitty --single-instance # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.