commit 4b194573b14867a7c68c55cad25480de4374a855 parent 6d1f7a4b47925a46f16080030a5a671c4ed6a4fb Author: Bozhidar Batsov <bozhidar.batsov@gmail.com> Date: Fri, 20 Apr 2012 02:38:02 -0700 Merge pull request #25 from thomasf/color-change Adjustment of the dark/light accent colors 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))