mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
chg: [color] scheme - less color
This commit is contained in:
parent
0cba9779c8
commit
29a789b359
1 changed files with 14 additions and 8 deletions
|
@ -37,11 +37,17 @@
|
||||||
fg-light: rgba(244,244,255,0.2),
|
fg-light: rgba(244,244,255,0.2),
|
||||||
border: rgba(212,212,255,0.1),
|
border: rgba(212,212,255,0.1),
|
||||||
border-bg: rgba(212,212,255,0.035),
|
border-bg: rgba(212,212,255,0.035),
|
||||||
highlight: #9bf1ff,
|
highlight: #141414,
|
||||||
accent1: #6fc3df,
|
//accent1: #6fc3df,
|
||||||
accent2: #8d82c4,
|
//accent2: #8d82c4,
|
||||||
accent3: #ec8d81,
|
//accent3: #ec8d81,
|
||||||
accent4: #e7b788,
|
//accent4: #e7b788,
|
||||||
accent5: #8ea9e8,
|
//accent5: #8ea9e8,
|
||||||
accent6: #87c5a4
|
//accent6: #87c5a4
|
||||||
);
|
accent1: #828d9b,
|
||||||
|
accent2: #a5a8a8,
|
||||||
|
accent3: #6f7476,
|
||||||
|
accent4: #f3f3f3,
|
||||||
|
accent5: #e1e1e1,
|
||||||
|
accent6: #1a281e
|
||||||
|
);
|
||||||
|
|
Loading…
Reference in a new issue