mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
moved palletes and templates into categories in extra
This commit is contained in:
32
extra/templates/terminals/kitty/kitty.conf
Normal file
32
extra/templates/terminals/kitty/kitty.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
cursor {cursor}
|
||||
cursor_text_color {background}
|
||||
|
||||
foreground {foreground}
|
||||
background {background}
|
||||
selection_foreground {on_surface}
|
||||
selection_background {surface}
|
||||
url_color {accent}
|
||||
|
||||
color0 {base00}
|
||||
color8 {base08}
|
||||
|
||||
color1 {base01}
|
||||
color9 {base09}
|
||||
|
||||
color2 {base02}
|
||||
color10 {base0A}
|
||||
|
||||
color3 {base03}
|
||||
color11 {base0B}
|
||||
|
||||
color4 {base04}
|
||||
color12 {base0C}
|
||||
|
||||
color5 {base05}
|
||||
color13 {base0D}
|
||||
|
||||
color6 {base06}
|
||||
color14 {base0E}
|
||||
|
||||
color7 {base07}
|
||||
color15 {base0F}
|
||||
19
extra/templates/terminals/kitty/readme.md
Normal file
19
extra/templates/terminals/kitty/readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Kitty
|
||||
|
||||
1. Download the [template file](kitty.conf)
|
||||
|
||||
2. Configure the template in `~/.config/clrsync/config.toml`:
|
||||
|
||||
```toml
|
||||
[templates.kitty]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/kitty.conf'
|
||||
output_path = '~/.config/kitty/clrsync.conf'
|
||||
reload_cmd = 'pkill -SIGUSR1 kitty'
|
||||
```
|
||||
|
||||
3. Import the generated color scheme in `~/.config/kitty/kitty.conf`:
|
||||
|
||||
```conf
|
||||
include clrsync.conf
|
||||
```
|
||||
Reference in New Issue
Block a user