Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Commit 9c2c743

Browse files
committed
Merge pull request #37 from atom/sm-low-contrast
Revert colors to v0.5.0
2 parents 2915868 + 1bc9f89 commit 9c2c743

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

styles/colors.less

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11

22
// Config -----------------------------------
3-
@syntax-hue: 230;
4-
@syntax-saturation: 12%;
5-
@syntax-brightness: 22%;
3+
@syntax-hue: 220;
4+
@syntax-saturation: 13%;
5+
@syntax-brightness: 18%;
66

77
// Base colors -----------------------------------
8-
@syntax-accent: hsl(@syntax-hue, 100%, 76% );
9-
@syntax-guide: fade(@syntax-fg, 10%);
8+
@syntax-accent: hsl(@syntax-hue, 100%, 66% );
9+
@syntax-guide: fade(@syntax-fg, 15%);
1010
@syntax-fg: @mono-1;
1111
@syntax-bg: hsl(@syntax-hue, @syntax-saturation, @syntax-brightness);
1212

1313
// Monochrome -----------------------------------
14-
@mono-1: hsl(@syntax-hue, 60%, 92%); // default text
15-
@mono-2: hsl(@syntax-hue, 24%, 66%);
16-
@mono-3: hsl(@syntax-hue, 12%, 44%);
14+
@mono-1: hsl(@syntax-hue, 14%, 71%); // default text
15+
@mono-2: hsl(@syntax-hue, 9%, 55%);
16+
@mono-3: hsl(@syntax-hue, 10%, 40%);
1717

1818
// Colors -----------------------------------
19-
@hue-1: hsl(191, 91%, 73%); // <-cyan
20-
@hue-2: hsl(212, 99%, 75%); // <-blue
21-
@hue-3: hsl(286, 82%, 79%); // <-purple
22-
@hue-4: hsl(118, 69%, 78%); // <-green
19+
@hue-1: hsl(187, 47%, 55%); // <-cyan
20+
@hue-2: hsl(207, 82%, 66%); // <-blue
21+
@hue-3: hsl(286, 60%, 67%); // <-purple
22+
@hue-4: hsl( 95, 38%, 62%); // <-green
2323

24-
@hue-5: hsl( 5, 91%, 73%); // <-red 1
25-
@hue-5-2: hsl(348, 45%, 66%); // <-red 2
24+
@hue-5: hsl(355, 65%, 65%); // <-red 1
25+
@hue-5-2: hsl( 5, 48%, 51%); // <-red 2
2626

27-
@hue-6: hsl( 48, 71%, 76%); // <-orange 1
28-
@hue-6-2: hsl( 41, 98%, 70%); // <-orange 2
27+
@hue-6: hsl( 29, 54%, 61%); // <-orange 1
28+
@hue-6-2: hsl( 39, 67%, 69%); // <-orange 2

styles/syntax-variables.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Custom Syntax Variables -----------------------------------
44

5-
@syntax-cursor-line: fade(@syntax-accent, 8%); // needs to be semi-transparent to show serach results
5+
@syntax-cursor-line: hsla(@syntax-hue, 100%, 80%, .04); // needs to be semi-transparent to show serach results
66
@syntax-bracket-matcher-background-color: lighten(@syntax-background-color, 6%);
77

88

@@ -25,8 +25,8 @@
2525
@syntax-result-marker-color-selected: @syntax-accent;
2626

2727
// Gutter colors
28-
@syntax-gutter-text-color: lighten(@syntax-bg, 20%);
29-
@syntax-gutter-text-color-selected: saturate(lighten(@syntax-bg, 60%), 60%);
28+
@syntax-gutter-text-color: darken(@syntax-fg, 26%);
29+
@syntax-gutter-text-color-selected: @syntax-fg;
3030
@syntax-gutter-background-color: @syntax-bg; // unused
3131
@syntax-gutter-background-color-selected: lighten(@syntax-bg, 2%);
3232

0 commit comments

Comments
 (0)