mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
moved palletes and templates into categories in extra
This commit is contained in:
26
extra/templates/terminals/ghostty/ghostty.conf
Normal file
26
extra/templates/terminals/ghostty/ghostty.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
background = {background}
|
||||
foreground = {foreground}
|
||||
|
||||
cursor-color = {cursor}
|
||||
cursor-text = {foreground}
|
||||
|
||||
selection-background = {editor_selected}
|
||||
selection-foreground = {foreground}
|
||||
|
||||
palette = 0={base00}
|
||||
palette = 1={base08}
|
||||
palette = 2={base01}
|
||||
palette = 3={base02}
|
||||
palette = 4={base06}
|
||||
palette = 5={base05}
|
||||
palette = 6={base0E}
|
||||
palette = 7={base07}
|
||||
|
||||
palette = 8={border_focused}
|
||||
palette = 9={editor_error}
|
||||
palette = 10={editor_success}
|
||||
palette = 11={base0A}
|
||||
palette = 12={editor_link}
|
||||
palette = 13={base0D}
|
||||
palette = 14={editor_comment}
|
||||
palette = 15={base0F}
|
||||
19
extra/templates/terminals/ghostty/readme.md
Normal file
19
extra/templates/terminals/ghostty/readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Ghostty
|
||||
|
||||
1. Download the [template file](ghostty)
|
||||
|
||||
2. Configure the template in `~/.config/clrsync/config.toml`:
|
||||
|
||||
```toml
|
||||
[templates.ghostty]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/ghostty'
|
||||
output_path = '~/.config/ghostty/themes/clrsync'
|
||||
reload_cmd = 'pkill -SIGUSR2 ghostty'
|
||||
```
|
||||
|
||||
3. Set the generated color scheme in `~/.config/ghostty/config`:
|
||||
|
||||
```conf
|
||||
theme = "clrsync"
|
||||
```
|
||||
Reference in New Issue
Block a user