commit f03acc2292ef160373a255192ed58470e9451e77 parent 6d1f7a4b47925a46f16080030a5a671c4ed6a4fb Author: Thomas Frössman <thomasf@jossystem.se> Date: Thu, 19 Apr 2012 22:04:56 +0200 Changed the new dark/light accent palette, mostly better visibility with solarized-hl background. Need to check this on different screens. Diffstat:
| M | solarized-theme.el | | | 32 | ++++++++++++++++---------------- |
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el @@ -71,22 +71,22 @@ ;; Darker and lighter accented colors ;; Only use these in exceptional circumstances! - (yellow-d "#7B5800") - (yellow-l "#F1BE46") - (orange-d "#8D0F00") - (orange-l "#FF8149") - (red-d "#9C0001") - (red-l "#FF6F5E") - (magenta-d "#970051") - (magenta-l "#FF72B7") - (violet-d "#34418E") - (violet-l "#A3A5FD") - (blue-d "#00599B") - (blue-l "#70C0FF") - (cyan-d "#006D65") - (cyan-l "#6BD8CE") - (green-d "#4F6600") - (green-l "#BECF48") + (yellow-d "#7B6000") + (yellow-l "#DEB542") + (orange-d "#8B2C02") + (orange-l "#F2804F") + (red-d "#990A1B") + (red-l "#FF6E64") + (magenta-d "#93115C") + (magenta-l "#F771AC") + (violet-d "#3F4D91") + (violet-l "#9EA0E5") + (blue-d "#00629D") + (blue-l "#69B7F0") + (cyan-d "#00736F") + (cyan-l "#69CABF") + (green-d "#546E00") + (green-l "#B4C342") ;; Light/Dark adaptive solarized colors (solarized-fg (if (eq variant 'light) base00 base0))