From 83e409945564ad8d76ef1db5ff6a727da767f9d4 Mon Sep 17 00:00:00 2001 From: chee Date: Mon, 14 Aug 2017 11:33:16 +0100 Subject: [PATCH] remove deep-pink --- stylesheets/claustrophone.less | 19 +++++++++---------- stylesheets/colors.less | 12 ++++++------ 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/stylesheets/claustrophone.less b/stylesheets/claustrophone.less index 1435508..6ac06fa 100644 --- a/stylesheets/claustrophone.less +++ b/stylesheets/claustrophone.less @@ -229,6 +229,9 @@ atom-text-editor { } .syntax--punctuation { + + color: darken(@syntax-text-color, 5%); + &.syntax--definition { &.syntax--comment { color: @light-gray; @@ -247,7 +250,7 @@ atom-text-editor { } &.syntax--bold { - color: @deep-pink; + color: @green; font-style: bold; } @@ -264,10 +267,6 @@ atom-text-editor { } .syntax--support { - &.syntax--class { - color: @deep-pink; - } - &.syntax--property-name { color: @orange; } @@ -314,10 +313,6 @@ atom-text-editor { } .syntax--meta { - &.syntax--class { - color: @deep-pink; - } - &.syntax--link { color: @orange; } @@ -334,6 +329,10 @@ atom-text-editor { background-color: @gray; color: @syntax-text-color; } + + &.syntax--brace { + color: darken(@syntax-text-color, 5%) + } } .syntax--none { @@ -407,7 +406,7 @@ atom-text-editor { } .visual-mode { - border-color: @deep-pink; + border-color: @eebb33; } .spacecase { diff --git a/stylesheets/colors.less b/stylesheets/colors.less index f3cfcb4..c506800 100644 --- a/stylesheets/colors.less +++ b/stylesheets/colors.less @@ -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; @@ -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;