Skip to content

Commit

Permalink
remove deep-pink
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 14, 2017
1 parent 78dc9a1 commit 83e4099
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
19 changes: 9 additions & 10 deletions stylesheets/claustrophone.less
Expand Up @@ -229,6 +229,9 @@ atom-text-editor {
}

.syntax--punctuation {

color: darken(@syntax-text-color, 5%);

&.syntax--definition {
&.syntax--comment {
color: @light-gray;
Expand All @@ -247,7 +250,7 @@ atom-text-editor {
}

&.syntax--bold {
color: @deep-pink;
color: @green;
font-style: bold;
}

Expand All @@ -264,10 +267,6 @@ atom-text-editor {
}

.syntax--support {
&.syntax--class {
color: @deep-pink;
}

&.syntax--property-name {
color: @orange;
}
Expand Down Expand Up @@ -314,10 +313,6 @@ atom-text-editor {
}

.syntax--meta {
&.syntax--class {
color: @deep-pink;
}

&.syntax--link {
color: @orange;
}
Expand All @@ -334,6 +329,10 @@ atom-text-editor {
background-color: @gray;
color: @syntax-text-color;
}

&.syntax--brace {
color: darken(@syntax-text-color, 5%)
}
}

.syntax--none {
Expand Down Expand Up @@ -407,7 +406,7 @@ atom-text-editor {
}

.visual-mode {
border-color: @deep-pink;
border-color: @eebb33;
}

.spacecase {
Expand Down
12 changes: 6 additions & 6 deletions stylesheets/colors.less
Expand Up @@ -2,12 +2,13 @@
@very-nearly-white: #f9fcff;
@very-light-gray: #bbccdd;
@light-gray: #8899aa;
@gray: #667f99;
@dark-gray: #223344;
@very-dark-gray: #051525;
@gray: #566b7F;
@dark-gray: #253240;
@very-dark-gray: #1d2833;

@marine-blue: #086F8A;
@periwinkle: #ccddff;
@soft: #6E91F0;
@sky: #3999FF;
@pool: #0CADD6;
@maroon: #810005;
Expand All @@ -16,10 +17,9 @@
@deep-purple: #4400ab;
@pink: #ee046f;
@desaturated-pink: #DB4E80;
@deep-pink: #971843;
@light-green: #96E8CB;
@seabottle: #44cccc;
@green: #208776;
@red: #Ff2a50;
@orange: #ff552A;
@red: #ff2a50;
@orange: #ff552a;
@lily: #e3f6ff;

0 comments on commit 83e4099

Please sign in to comment.