52 lines
825 B
TOML
Raw Normal View History

2024-04-21 15:17:18 +04:00
[font]
size = 7.0
2025-05-29 20:43:28 -04:00
#offset = { x = 0, y = 2 }
#[font.bold]
#family = "Terminus"
#style = "Bold"
#
#[font.bold_italic]
#family = "Terminus"
#style = "Bold Italic"
#
#[font.italic]
#family = "Terminus"
#style = "Italic"
#
#[font.normal]
#family = "Terminus"
#style = "Regular"
#
2024-04-21 15:17:18 +04:00
# Default colors
[colors.primary]
2025-05-29 20:43:28 -04:00
background = '#FFFFFF'
foreground = '#000000'
2024-04-21 15:17:18 +04:00
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '#232936'
cursor = '#51617d'
# Normal colors
[colors.normal]
black = '#242829'
red = '#df2683'
green = '#13868c'
2025-05-29 20:43:28 -04:00
yellow = '#acac4f'
2024-04-21 15:17:18 +04:00
blue = '#1a86b9'
magenta = '#bc7fd2'
2025-05-29 20:43:28 -04:00
cyan = '#5f9ca8'
white = '#000000'
2024-04-21 15:17:18 +04:00
# Bright colors
[colors.bright]
black = '#242829'
red = '#df2683'
green = '#13868c'
2025-05-29 20:43:28 -04:00
yellow = '#acac4f'
2024-04-21 15:17:18 +04:00
blue = '#1a86b9'
magenta = '#bc7fd2'
2025-05-29 20:43:28 -04:00
cyan = '#5f9ca8'
white = '#000000'