mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
restructured extra directory
This commit is contained in:
69
extra/templates/alacritty/alacritty.toml
Normal file
69
extra/templates/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,69 @@
|
||||
[colors.primary]
|
||||
background = '{background}'
|
||||
foreground = '{foreground}'
|
||||
|
||||
[colors.cursor]
|
||||
text = '{background}'
|
||||
cursor = '{cursor}'
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = '{background}'
|
||||
cursor = '{cursor}'
|
||||
|
||||
[colors.selection]
|
||||
text = 'CellForeground'
|
||||
background = '{editor_selected}'
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = '{background}'
|
||||
background = '{base0A}'
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = '{background}'
|
||||
background = '{accent}'
|
||||
|
||||
[colors.footer_bar]
|
||||
foreground = '{foreground}'
|
||||
background = '{surface}'
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = '{background}'
|
||||
background = '{warning}'
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = '{background}'
|
||||
background = '{surface_variant}'
|
||||
|
||||
[colors.line_indicator]
|
||||
foreground = 'None'
|
||||
background = 'None'
|
||||
|
||||
[colors.normal]
|
||||
black = '{base00}'
|
||||
red = '{base08}'
|
||||
green = '{base01}'
|
||||
yellow = '{base02}'
|
||||
blue = '{base06}'
|
||||
magenta = '{base05}'
|
||||
cyan = '{base0E}'
|
||||
white = '{base07}'
|
||||
|
||||
[colors.bright]
|
||||
black = '{border_focused}'
|
||||
red = '{editor_error}'
|
||||
green = '{editor_success}'
|
||||
yellow = '{base0A}'
|
||||
blue = '{editor_link}'
|
||||
magenta = '{base0D}'
|
||||
cyan = '{editor_comment}'
|
||||
white = '{base0F}'
|
||||
|
||||
[colors.dim]
|
||||
black = '{border}'
|
||||
red = '{base0C}'
|
||||
green = '{base01}'
|
||||
yellow = '{editor_string}'
|
||||
blue = '{base06}'
|
||||
magenta = '{base05}'
|
||||
cyan = '{base0E}'
|
||||
white = '{base07}'
|
||||
20
extra/templates/alacritty/readme.md
Normal file
20
extra/templates/alacritty/readme.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Alacritty
|
||||
|
||||
1. Download the [template file](alacritty.toml)
|
||||
|
||||
2. Configure the template in `~/.config/clrsync/config.toml`:
|
||||
|
||||
```toml
|
||||
[templates.alacritty]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/alacritty.toml'
|
||||
output_path = '~/.config/alacritty/clrsync.toml'
|
||||
reload_cmd = ''
|
||||
```
|
||||
|
||||
3. Import the generated color scheme in `~/.config/alacritty/alacritty.toml`:
|
||||
|
||||
```toml
|
||||
[general]
|
||||
import = ["clrsync.toml"]
|
||||
```
|
||||
Reference in New Issue
Block a user