From 2b7574fdef702bb00bb0c22db45611dca5bc6e0e Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Wed, 15 Jul 2020 17:19:41 -0400 Subject: [PATCH] Fixed some color inconsistencies --- package.json | 44 +++++++++++++++++++++++++++++++++++++------- styles/colors.less | 4 ++-- 2 files changed, 39 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 48eaef9..a310df3 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,46 @@ { - "name": "va11halla-syntax", - "theme": "syntax", - "version": "0.1.0", + "_from": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", + "_id": "va11halla-syntax@0.1.0", + "_inBundle": false, + "_integrity": "sha512-iAE3irc5TsOxTc9g4p5RUR90P9krjpo5OpqPNFzIEVHMZjWlPPR1vwEy5PF2oBu+SRWHdIWtkhPDTDOkx1Vx+A==", + "_location": "/va11halla-syntax", + "_phantomChildren": {}, + "_requested": { + "type": "remote", + "raw": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", + "rawSpec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", + "saveSpec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", + "fetchSpec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", + "_shasum": "5c8fdef5cc863533e02f7311c1042f457bf460b7", + "_spec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", + "_where": "C:\\Users\\Kevin\\AppData\\Local\\Temp\\apm-install-dir-2020615-36140-1xm8bhw.vxc3", + "bugs": { + "url": "https://github.com/kevroded/va11halla-syntax/issues" + }, + "bundleDependencies": false, + "deprecated": false, "description": "Syntax and UI theme for va11halla", + "engines": { + "atom": ">=1.0.0 <2.0.0" + }, + "homepage": "https://github.com/kevroded/va11halla-syntax#readme", "keywords": [ "syntax", "ui", "theme" ], - "repository": "https://github.com/kevroded/va11halla-syntax", "license": "MIT", - "engines": { - "atom": ">=1.0.0 <2.0.0" - } + "name": "va11halla-syntax", + "repository": { + "type": "git", + "url": "git+https://github.com/kevroded/va11halla-syntax.git" + }, + "theme": "syntax", + "version": "0.1.0" } diff --git a/styles/colors.less b/styles/colors.less index af374c4..acaf7f8 100644 --- a/styles/colors.less +++ b/styles/colors.less @@ -9,13 +9,13 @@ @jill-vibrant: #f8137a; @dorothy-vibrant: #c89697; @sei-vibrant: #413a87; -@alma-vibrant: #FFC34C; +@alma-vibrant: #FFC34C; @stella-vibrant: #cb213c; @sei-off: @sei-vibrant; @miki-off: #4f29b8; -@miki: #137a7f ; +@miki: #137a7f; @dorothy: @dorothy-vibrant; @sei: @sei-vibrant; @alma: #db28aa;