1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/Tinacious Design (Dark).toml

35 lines
568 B
TOML
Raw Normal View History

2020-07-18 19:27:30 +03:00
[colors]
ansi = [
'#1d1d26',
'#ff3399',
'#00d364',
'#ffcc66',
'#00cbff',
'#cc66ff',
'#00ceca',
'#cbcbf0',
]
background = '#1d1d26'
brights = [
'#636667',
'#ff2f92',
'#00d364',
'#ffd479',
'#00cbff',
'#d783ff',
'#00d5d4',
'#d5d6f3',
]
cursor_bg = '#cbcbf0'
cursor_border = '#cbcbf0'
cursor_fg = '#ffffff'
foreground = '#cbcbf0'
selection_bg = '#ff3399'
selection_fg = '#ffffff'
2020-07-18 19:27:30 +03:00
[colors.indexed]
[metadata]
name = 'Tinacious Design (Dark)'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'