1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/assets/colors/idea.toml

35 lines
549 B
TOML
Raw Normal View History

[colors]
ansi = [
'#adadad',
'#fc5256',
'#98b61c',
'#ccb444',
'#437ee7',
'#9d74b0',
'#248887',
'#181818',
]
background = '#202020'
brights = [
'#ffffff',
'#fc7072',
'#98b61c',
'#ffff0b',
'#6c9ced',
'#fc7eff',
'#248887',
'#181818',
]
cursor_bg = '#bbbbbb'
cursor_border = '#bbbbbb'
cursor_fg = '#ffffff'
foreground = '#adadad'
selection_bg = '#44475a'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'idea'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'