mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 09:28:45 +00:00
35 lines
596 B
TOML
35 lines
596 B
TOML
# Colors (Tomorrow Night)
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#27292b'
|
|
foreground = '#d0d2d0'
|
|
|
|
[colors.cursor]
|
|
text = '#27292b'
|
|
cursor = '#d0d2d0'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#b9b9b9'
|
|
red = '#ca807b'
|
|
green = '#c2c683'
|
|
yellow = '#edd090'
|
|
blue = '#98b0c7'
|
|
magenta = '#bba7c4'
|
|
cyan = '#a3c7c3'
|
|
white = '#fefefe'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#c8c8c8'
|
|
red = '#ca807b'
|
|
green = '#c2c683'
|
|
yellow = '#edd090'
|
|
blue = '#98b0c7'
|
|
magenta = '#bba7c4'
|
|
cyan = '#a3c7c3'
|
|
white = '#fefefe'
|