mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
Extras
Palettes
Cursed
A dark color scheme, which tries to be like cursed theme by pyratebeard
Cursed-light
Same as cursed, but it also tries to be light as well
Nord
Color scheme based on Nord
Pre-configured templates
Kitty
1. Download template file
2. Configure template in ~/.config/clrsync/config.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 generated color scheme in `~/.config/kitty/kitty.conf
include clrsync.conf
Neovim
1. Download template file
2. Configure template in ~/.config/clrsync/config.toml
[templates.nvim]
enabled = true
input_path = '~/.config/clrsync/templates/nvim.lua'
output_path = '~/.config/nvim/colors/clrsync.lua'
reload_cmd = ''
3. Set colorscheme in neovim config
vim.cmd.colorscheme 'clrsync'
Alacritty
1. Download template file
2. Configure template in ~/.config/clrsync/config.toml
[templates.alacritty]
enabled = true
input_path = '~/.config/clrsync/templates/alacritty.toml'
output_path = '~/.config/alacritty/clrsync.toml'
reload_cmd = ''
3. Import generated color scheme in `~/.config/alacritty/alacritty.toml
[general]
import = ["clrsync.toml"]
Ghostty
1. Download template file
2. Configure template in ~/.config/clrsync/config.toml
[templates.ghostty]
enabled = true
input_path = '~/.config/clrsync/templates/ghostty'
output_path = '~/.config/ghostty/themes/clrsync'
reload_cmd = 'pkill -SIGUSR2 ghostty'
3. Set generated color scheme in `~/.config/ghostty/config
theme = "clrsync"


