Skip to content

Commit

Permalink
Merge branch 'stage-v1.1.0' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harvey committed Nov 30, 2015
2 parents cef2705 + 07629a5 commit 38b0563
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 9 deletions.
194 changes: 193 additions & 1 deletion lux-nox.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*\
lux-nox
Version: 1.0.0
Version: 1.1.0
Licence: MIT
Repo : https://github.com/chharvey/lux-nox.git
Home : https://chharvey.github.io/lux-nox/
Expand Down Expand Up @@ -201,3 +201,195 @@
.u-c-lg {
color: #2cc97d !important;
}
.a-bc-s03 {
background-color: #002b36 !important;
}
.a-bc-s02 {
background-color: #073642 !important;
}
.a-bc-s01 {
background-color: #586e75 !important;
}
.a-bc-s00 {
background-color: #657b83 !important;
}
.a-bc-s0 {
background-color: #839496 !important;
}
.a-bc-s1 {
background-color: #93a1a1 !important;
}
.a-bc-s2 {
background-color: #eee8d5 !important;
}
.a-bc-s3 {
background-color: #fdf6e3 !important;
}
.a-bc-sr {
background-color: #dc322f !important;
}
.a-bc-so {
background-color: #cb4b16 !important;
}
.a-bc-sy {
background-color: #b58900 !important;
}
.a-bc-sg {
background-color: #859900 !important;
}
.a-bc-sc {
background-color: #2aa198 !important;
}
.a-bc-sb {
background-color: #268bd2 !important;
}
.a-bc-sv {
background-color: #6c71c4 !important;
}
.a-bc-sm {
background-color: #d33682 !important;
}
.a-bc-l03 {
background-color: #360b00 !important;
}
.a-bc-l02 {
background-color: #421307 !important;
}
.a-bc-l01 {
background-color: #755f58 !important;
}
.a-bc-l00 {
background-color: #836d65 !important;
}
.a-bc-l0 {
background-color: #968583 !important;
}
.a-bc-l1 {
background-color: #a19393 !important;
}
.a-bc-l2 {
background-color: #d5dbee !important;
}
.a-bc-l3 {
background-color: #e3eafd !important;
}
.a-bc-lc {
background-color: #23cdd0 !important;
}
.a-bc-lb {
background-color: #34b4e9 !important;
}
.a-bc-li {
background-color: #4a76ff !important;
}
.a-bc-lv {
background-color: #7a66ff !important;
}
.a-bc-lr {
background-color: #d55e67 !important;
}
.a-bc-lo {
background-color: #d9742d !important;
}
.a-bc-ly {
background-color: #938e3b !important;
}
.a-bc-lg {
background-color: #2cc97d !important;
}
.a-c-s03 {
color: #002b36 !important;
}
.a-c-s02 {
color: #073642 !important;
}
.a-c-s01 {
color: #586e75 !important;
}
.a-c-s00 {
color: #657b83 !important;
}
.a-c-s0 {
color: #839496 !important;
}
.a-c-s1 {
color: #93a1a1 !important;
}
.a-c-s2 {
color: #eee8d5 !important;
}
.a-c-s3 {
color: #fdf6e3 !important;
}
.a-c-sr {
color: #dc322f !important;
}
.a-c-so {
color: #cb4b16 !important;
}
.a-c-sy {
color: #b58900 !important;
}
.a-c-sg {
color: #859900 !important;
}
.a-c-sc {
color: #2aa198 !important;
}
.a-c-sb {
color: #268bd2 !important;
}
.a-c-sv {
color: #6c71c4 !important;
}
.a-c-sm {
color: #d33682 !important;
}
.a-c-l03 {
color: #360b00 !important;
}
.a-c-l02 {
color: #421307 !important;
}
.a-c-l01 {
color: #755f58 !important;
}
.a-c-l00 {
color: #836d65 !important;
}
.a-c-l0 {
color: #968583 !important;
}
.a-c-l1 {
color: #a19393 !important;
}
.a-c-l2 {
color: #d5dbee !important;
}
.a-c-l3 {
color: #e3eafd !important;
}
.a-c-lc {
color: #23cdd0 !important;
}
.a-c-lb {
color: #34b4e9 !important;
}
.a-c-li {
color: #4a76ff !important;
}
.a-c-lv {
color: #7a66ff !important;
}
.a-c-lr {
color: #d55e67 !important;
}
.a-c-lo {
color: #d9742d !important;
}
.a-c-ly {
color: #938e3b !important;
}
.a-c-lg {
color: #2cc97d !important;
}
4 changes: 2 additions & 2 deletions doc/lux-nox.html → lux-nox.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta name="author" content="Chris Harvey">
<meta name="description" content="Testing Solarized and Lunaried color schemes on HTML elements.">
<link rel="stylesheet" href="../node_modules/xmeter/xmeter.min.css">
<link rel="stylesheet" href="../lux-nox.css">
<link rel="stylesheet" href="node_modules/xmeter/xmeter.min.css">
<link rel="stylesheet" href="lux-nox.min.css">
</head>
<body>
<main>
Expand Down
4 changes: 2 additions & 2 deletions doc/lux-nox.jade → lux-nox.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ html
meta(charset="utf-8")
meta(name="author", content="Chris Harvey")
meta(name="description", content="Testing Solarized and Lunaried color schemes on HTML elements.")
link(rel="stylesheet", href="../node_modules/xmeter/xmeter.min.css")
link(rel="stylesheet", href="../lux-nox.css")
link(rel="stylesheet", href="node_modules/xmeter/xmeter.min.css")
link(rel="stylesheet", href="lux-nox.min.css")
body
main
h1 Solarized and Lunarized Colors
Expand Down
71 changes: 70 additions & 1 deletion lux-nox.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*\
lux-nox
Version: 0.1.0
Version: 1.1.0
Licence: MIT
Repo : https://github.com/chharvey/lux-nox.git
Home : https://chharvey.github.io/lux-nox/
Expand Down Expand Up @@ -52,6 +52,7 @@
@lunar_green: rgb(255-red(@solar_magenta), 255-green(@solar_magenta), 255-blue(@solar_magenta)); // #2cc97d


// TODO: remove the u- prefix starting next major version
.u-bc-s03 { background-color: @solar_base03 !important; }
.u-bc-s02 { background-color: @solar_base02 !important; }
.u-bc-s01 { background-color: @solar_base01 !important; }
Expand Down Expand Up @@ -119,3 +120,71 @@
.u-c-lo { color: @lunar_orange !important; }
.u-c-ly { color: @lunar_yellow !important; }
.u-c-lg { color: @lunar_green !important; }

.a-bc-s03 { background-color: @solar_base03 !important; }
.a-bc-s02 { background-color: @solar_base02 !important; }
.a-bc-s01 { background-color: @solar_base01 !important; }
.a-bc-s00 { background-color: @solar_base00 !important; }
.a-bc-s0 { background-color: @solar_base0 !important; }
.a-bc-s1 { background-color: @solar_base1 !important; }
.a-bc-s2 { background-color: @solar_base2 !important; }
.a-bc-s3 { background-color: @solar_base3 !important; }
.a-bc-sr { background-color: @solar_red !important; }
.a-bc-so { background-color: @solar_orange !important; }
.a-bc-sy { background-color: @solar_yellow !important; }
.a-bc-sg { background-color: @solar_green !important; }
.a-bc-sc { background-color: @solar_cyan !important; }
.a-bc-sb { background-color: @solar_blue !important; }
.a-bc-sv { background-color: @solar_violet !important; }
.a-bc-sm { background-color: @solar_magenta !important; }

.a-bc-l03 { background-color: @lunar_base03 !important; }
.a-bc-l02 { background-color: @lunar_base02 !important; }
.a-bc-l01 { background-color: @lunar_base01 !important; }
.a-bc-l00 { background-color: @lunar_base00 !important; }
.a-bc-l0 { background-color: @lunar_base0 !important; }
.a-bc-l1 { background-color: @lunar_base1 !important; }
.a-bc-l2 { background-color: @lunar_base2 !important; }
.a-bc-l3 { background-color: @lunar_base3 !important; }
.a-bc-lc { background-color: @lunar_cyan !important; }
.a-bc-lb { background-color: @lunar_blue !important; }
.a-bc-li { background-color: @lunar_indigo !important; }
.a-bc-lv { background-color: @lunar_violet !important; }
.a-bc-lr { background-color: @lunar_red !important; }
.a-bc-lo { background-color: @lunar_orange !important; }
.a-bc-ly { background-color: @lunar_yellow !important; }
.a-bc-lg { background-color: @lunar_green !important; }

.a-c-s03 { color: @solar_base03 !important; }
.a-c-s02 { color: @solar_base02 !important; }
.a-c-s01 { color: @solar_base01 !important; }
.a-c-s00 { color: @solar_base00 !important; }
.a-c-s0 { color: @solar_base0 !important; }
.a-c-s1 { color: @solar_base1 !important; }
.a-c-s2 { color: @solar_base2 !important; }
.a-c-s3 { color: @solar_base3 !important; }
.a-c-sr { color: @solar_red !important; }
.a-c-so { color: @solar_orange !important; }
.a-c-sy { color: @solar_yellow !important; }
.a-c-sg { color: @solar_green !important; }
.a-c-sc { color: @solar_cyan !important; }
.a-c-sb { color: @solar_blue !important; }
.a-c-sv { color: @solar_violet !important; }
.a-c-sm { color: @solar_magenta !important; }

.a-c-l03 { color: @lunar_base03 !important; }
.a-c-l02 { color: @lunar_base02 !important; }
.a-c-l01 { color: @lunar_base01 !important; }
.a-c-l00 { color: @lunar_base00 !important; }
.a-c-l0 { color: @lunar_base0 !important; }
.a-c-l1 { color: @lunar_base1 !important; }
.a-c-l2 { color: @lunar_base2 !important; }
.a-c-l3 { color: @lunar_base3 !important; }
.a-c-lc { color: @lunar_cyan !important; }
.a-c-lb { color: @lunar_blue !important; }
.a-c-li { color: @lunar_indigo !important; }
.a-c-lv { color: @lunar_violet !important; }
.a-c-lr { color: @lunar_red !important; }
.a-c-lo { color: @lunar_orange !important; }
.a-c-ly { color: @lunar_yellow !important; }
.a-c-lg { color: @lunar_green !important; }
1 change: 1 addition & 0 deletions lux-nox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "lux-nox",
"version": "1.0.0",
"version": "1.1.0",
"description": "A repository containing the Solarized and Lunarized color schemes.",
"main": "lux-nox.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lessc:lux-nox": "lessc lux-nox.less lux-nox.css",
"docs": "jade -P doc/lux-nox.jade",
"build": "npm run lessc:lux-nox ; npm run docs"
"minify": "cleancss lux-nox.css -o lux-nox.min.css",
"docs": "jade -P lux-nox.jade",
"build": "npm run lessc:lux-nox ; npm run minify ; npm run docs"
},
"repository": {
"type": "git",
Expand All @@ -26,6 +27,7 @@
},
"homepage": "https://chharvey.github.io/lux-nox/",
"devDependencies": {
"clean-css": "^3.4.6",
"jade": "^1.11.0",
"less": "^2.5.3",
"xmeter": "^3.3.0"
Expand Down

0 comments on commit 38b0563

Please sign in to comment.