diff --git a/common/kitty/kitty.conf b/common/kitty/kitty.conf index 7a59277..4f4dc0c 100644 --- a/common/kitty/kitty.conf +++ b/common/kitty/kitty.conf @@ -4,6 +4,7 @@ italic_font IosevkaLyteTerm Italic bold_italic_font IosevkaLyteTerm Heavy Italic font_size 12.5 inactive_text_alpha 0.5 +copy_on_select yes symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono diff --git a/common/zellij/config.kdl b/common/zellij/config.kdl new file mode 100644 index 0000000..06b5c58 --- /dev/null +++ b/common/zellij/config.kdl @@ -0,0 +1,78 @@ +theme "catppuccin-mocha" + +pane_frames false + +plugins { + tab-bar { path "tab-bar"; } + // status-bar { path "status-bar"; } + // strider { path "strider"; } + // compact-bar { path "compact-bar"; } +} + +ui { + pane_frames { + rounded_corners true + hide_session_name true + } +} + +simplified_ui true +default_layout "default" +mouse_mode true +copy_on_select true + +themes { + catppuccin-frappe { + fg 198 208 245 + bg 98 104 128 + black 41 44 60 + red 231 130 132 + green 166 209 137 + yellow 229 200 144 + blue 140 170 238 + magenta 244 184 228 + cyan 153 209 219 + white 198 208 245 + orange 239 159 118 + } + catppuccin-latte { + fg 172 176 190 + bg 172 176 190 + black 76 79 105 + red 210 15 57 + green 64 160 43 + yellow 223 142 29 + blue 30 102 245 + magenta 234 118 203 + cyan 4 165 229 + white 220 224 232 + orange 254 100 11 + } + catppuccin-macchiato { + fg 202 211 245 + bg 91 96 120 + black 30 32 48 + red 237 135 150 + green 166 218 149 + yellow 238 212 159 + blue 138 173 244 + magenta 245 189 230 + cyan 145 215 227 + white 202 211 245 + orange 245 169 127 + } + catppuccin-mocha { + fg 205 214 244 + bg 88 91 112 + black 24 24 37 + red 243 139 168 + green 166 227 161 + yellow 249 226 175 + blue 137 180 250 + magenta 245 194 231 + cyan 137 220 235 + white 205 214 244 + orange 250 179 135 + } +} + diff --git a/common/zellij/config.yaml b/common/zellij/config.yaml new file mode 100644 index 0000000..97a6af7 --- /dev/null +++ b/common/zellij/config.yaml @@ -0,0 +1,53 @@ +themes: + catppuccin-latte: + bg: "#acb0be" # Surface2 + fg: "#acb0be" # Surface2 + red: "#d20f39" + green: "#40a02b" + blue: "#1e66f5" + yellow: "#df8e1d" + magenta: "#ea76cb" # Pink + orange: "#fe640b" # Peach + cyan: "#04a5e5" # Sky + black: "#4c4f69" # Text + white: "#dce0e8" # Crust + + catppuccin-frappe: + bg: "#626880" # Surface2 + fg: "#c6d0f5" + red: "#e78284" + green: "#a6d189" + blue: "#8caaee" + yellow: "#e5c890" + magenta: "#f4b8e4" # Pink + orange: "#ef9f76" # Peach + cyan: "#99d1db" # Sky + black: "#292c3c" # Mantle + white: "#c6d0f5" + + catppuccin-macchiato: + bg: "#5b6078" # Surface2 + fg: "#cad3f5" + red: "#ed8796" + green: "#a6da95" + blue: "#8aadf4" + yellow: "#eed49f" + magenta: "#f5bde6" # Pink + orange: "#f5a97f" # Peach + cyan: "#91d7e3" # Sky + black: "#1e2030" # Mantle + white: "#cad3f5" + + catppuccin-mocha: + bg: "#585b70" # Surface2 + fg: "#cdd6f4" + red: "#f38ba8" + green: "#a6e3a1" + blue: "#89b4fa" + yellow: "#f9e2af" + magenta: "#f5c2e7" # Pink + orange: "#fab387" # Peach + cyan: "#89dceb" # Sky + black: "#181825" # Mantle + white: "#cdd6f4" +