mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
41 lines
709 B
TOML
41 lines
709 B
TOML
[terminal]
|
|
shell = {program = "/bin/zsh", args = ["--login", "-c", "tmux attach -t main || tmux new -s main"]}
|
|
|
|
# Kanagawa Dragon Alacritty Colors
|
|
|
|
[colors.primary]
|
|
background = '#181616'
|
|
foreground = '#c5c9c5'
|
|
|
|
[colors.normal]
|
|
black = '#0d0c0c'
|
|
red = '#c4746e'
|
|
green = '#8a9a7b'
|
|
yellow = '#c4b28a'
|
|
blue = '#8ba4b0'
|
|
magenta = '#a292a3'
|
|
cyan = '#8ea4a2'
|
|
white = '#c8c093'
|
|
|
|
[colors.bright]
|
|
black = '#a6a69c'
|
|
red = '#e46876'
|
|
green = '#87a987'
|
|
yellow = '#e6c384'
|
|
blue = '#7fb4ca'
|
|
magenta = '#938aa9'
|
|
cyan = '#7aa89f'
|
|
white = '#c5c9c5'
|
|
|
|
[colors.selection]
|
|
background = '#2d4f67'
|
|
foreground = '#c8c093'
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 16
|
|
color = '#b6927b'
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 17
|
|
color = '#b98d7b'
|