mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 07:55:20 +00:00
71 lines
1.0 KiB
TOML
71 lines
1.0 KiB
TOML
[colors.bright]
|
|
black = "0x414868"
|
|
blue = "0x7aa2f7"
|
|
cyan = "0x7dcfff"
|
|
green = "0x9ece6a"
|
|
magenta = "0xbb9af7"
|
|
red = "0xf7768e"
|
|
white = "0xc0caf5"
|
|
yellow = "0xe0af68"
|
|
|
|
[colors.normal]
|
|
black = "0x1d202f"
|
|
blue = "0x7aa2f7"
|
|
cyan = "0x7dcfff"
|
|
green = "0x9ece6a"
|
|
magenta = "0xbb9af7"
|
|
red = "0xf7768e"
|
|
white = "0xa9b1d6"
|
|
yellow = "0xe0af68"
|
|
|
|
[colors.primary]
|
|
background = "0x24283b"
|
|
foreground = "0xc0caf5"
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[font]
|
|
size = 14.0
|
|
|
|
[font.glyph_offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMonoNL Nerd Font Mono"
|
|
style = "ExtraLight"
|
|
|
|
[font.italic]
|
|
family = "JetBrainsMonoNL Nerd Font Mono"
|
|
style = "Italic"
|
|
|
|
[font.bold]
|
|
family = "JetBrainsMonoNL Nerd Font Mono"
|
|
style = "Bold"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[selection]
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|
save_to_clipboard = true
|
|
|
|
[window]
|
|
decorations = "Full"
|
|
dynamic_title = true
|
|
opacity = 0.98
|
|
blur = true
|
|
|
|
[window.dimensions]
|
|
columns = 200
|
|
lines = 75
|
|
|
|
[window.padding]
|
|
x = 5
|
|
y = 5
|