1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Batman.toml

35 lines
551 B
TOML
Raw Normal View History

[colors]
ansi = [
'#1b1d1e',
'#e6dc44',
'#c8be46',
'#f4fd22',
'#737174',
'#747271',
'#62605f',
'#c6c5bf',
]
background = '#1b1d1e'
brights = [
'#505354',
'#fff78e',
'#fff27d',
'#feed6c',
'#919495',
'#9a9a9d',
'#a3a3a6',
'#dadbd6',
]
cursor_bg = '#fcef0c'
cursor_border = '#fcef0c'
cursor_fg = '#000000'
foreground = '#6f6f6f'
selection_bg = '#4d504c'
selection_fg = '#f0e04a'
[colors.indexed]
[metadata]
name = 'Batman'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'