mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
init
This commit is contained in:
22
example_config/config.toml
Normal file
22
example_config/config.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[general]
|
||||
default_theme = 'dark'
|
||||
palettes_path = '~/.config/clrsync/palettes'
|
||||
font = 'JetBrainsMono Nerd Font Mono'
|
||||
font_size = 14
|
||||
|
||||
[templates.formats-demo]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/formats-demo'
|
||||
output_path = '~/.config/clrsync/formats-demo'
|
||||
|
||||
[templates.kitty]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/kitty.conf'
|
||||
output_path = '~/.config/kitty/kitty_test.conf'
|
||||
reload_cmd = 'pkill -SIGUSR1 kitty'
|
||||
|
||||
[templates.nvim]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/nvim.lua'
|
||||
output_path = '~/.config/nvim/colors/clrsync.lua'
|
||||
reload_cmd = ''
|
||||
Reference in New Issue
Block a user