2021-01-28 21:23:04 +00:00
|
|
|
cc = c.colors
|
|
|
|
ccc = cc.completion
|
|
|
|
cct = cc.tabs
|
|
|
|
|
2022-02-04 18:17:39 +00:00
|
|
|
#dracula
|
|
|
|
guinum = 0x282a36
|
|
|
|
accent = '#bd93f9'
|
2021-01-28 21:23:04 +00:00
|
|
|
|
2022-02-04 18:17:39 +00:00
|
|
|
#adapta
|
|
|
|
#guinum = 0x222d32
|
|
|
|
#accent = '#5294e2'
|
|
|
|
|
|
|
|
guicol = '#' + hex(guinum).lstrip("0x")
|
2021-01-28 21:23:04 +00:00
|
|
|
cc.downloads.bar.bg = guicol
|
|
|
|
cc.prompts.bg = guicol
|
|
|
|
cc.statusbar.command.bg = guicol
|
|
|
|
cc.statusbar.command.private.bg = guicol
|
|
|
|
cc.statusbar.normal.bg = guicol
|
|
|
|
cc.statusbar.private.bg = guicol
|
|
|
|
ccc.category.bg = guicol
|
|
|
|
ccc.scrollbar.bg = guicol
|
|
|
|
cct.bar.bg = guicol
|
|
|
|
cct.even.bg = guicol
|
|
|
|
cct.odd.bg = guicol
|
|
|
|
cct.pinned.even.bg = guicol
|
|
|
|
cct.pinned.odd.bg = guicol
|
2022-02-04 18:17:39 +00:00
|
|
|
ccc.even.bg = '#' + hex(guinum + 0x050505).lstrip("0x")
|
|
|
|
ccc.odd.bg = '#' + hex(guinum - 0x050505).lstrip("0x")
|
2021-01-28 21:23:04 +00:00
|
|
|
|
|
|
|
ccc.item.selected.bg = accent
|
|
|
|
ccc.item.selected.border.bottom = accent
|
|
|
|
ccc.item.selected.border.top = accent
|
|
|
|
ccc.match.fg = accent
|
|
|
|
ccc.scrollbar.fg = accent
|
|
|
|
cct.pinned.selected.even.bg = accent
|
|
|
|
cct.pinned.selected.odd.bg = accent
|
|
|
|
cct.selected.even.bg = accent
|
|
|
|
cct.selected.odd.bg = accent
|
2022-02-04 18:17:39 +00:00
|
|
|
c.hints.border = accent
|
|
|
|
cc.hints.bg = accent
|
2021-01-28 21:23:04 +00:00
|
|
|
|
|
|
|
cct.pinned.selected.even.fg = 'black'
|
|
|
|
cct.pinned.selected.odd.fg = 'black'
|
2021-02-03 03:20:48 +00:00
|
|
|
cct.selected.even.fg = 'black'
|
|
|
|
cct.selected.odd.fg = 'black'
|
|
|
|
cc.messages.warning.bg = 'red'
|
|
|
|
cc.messages.warning.border = 'red'
|