-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlightened_colors.diff
More file actions
31 lines (31 loc) · 915 Bytes
/
lightened_colors.diff
File metadata and controls
31 lines (31 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This lightens up solarized_light so it looks nicer on the about page.
--- orig.js 2016-10-05 15:19:27.000000000 -0400
+++ ace-builds/src-noconflict/theme-solarized_light.js 2016-10-05 15:19:32.000000000 -0400
@@ -3,15 +3,15 @@
exports.isDark = false;
exports.cssClass = "ace-solarized-light";
exports.cssText = ".ace-solarized-light .ace_gutter {\
-background: #fbf1d3;\
+background: #fdf7dd;\
color: #333\
}\
.ace-solarized-light .ace_print-margin {\
width: 1px;\
-background: #e8e8e8\
+background: #ededed\
}\
.ace-solarized-light {\
-background-color: #FDF6E3;\
+background-color: #FFFDF0;\
color: #586E75\
}\
.ace-solarized-light .ace_cursor {\
@@ -31,7 +31,7 @@
border: 1px solid rgba(147, 161, 161, 0.50)\
}\
.ace-solarized-light .ace_marker-layer .ace_active-line {\
-background: #EEE8D5\
+background: #F4EDDB\
}\
.ace-solarized-light .ace_gutter-active-line {\
background-color : #EDE5C1\