Skip to content

Commit

Permalink
Merge pull request #76 from yeun/Adjust-blue-hue
Browse files Browse the repository at this point in the history
#51 Adjust blue hue
  • Loading branch information
yeun committed Dec 10, 2017
2 parents ce19113 + 2d27c3e commit 6f4cb60
Show file tree
Hide file tree
Showing 19 changed files with 680 additions and 123 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"open-color.css"
],
"authors": [
"Jeong Heeyeun <hyd5012@gmail.com>"
"Jeong Heeyeun <heeyeun.design@gmail.com>"
],
"license": "MIT",
"keywords": [
Expand Down
22 changes: 11 additions & 11 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ host: 0.0.0.0
markdown: kramdown
highlighter: rouge

oc-version: 1.5.1
oc-version: 1.6.0
colors: [
"gray",
"red",
Expand Down Expand Up @@ -99,16 +99,16 @@ indigo-hexs: [
]

blue-hexs: [
"#e8f7ff",
"#ccedff",
"#a3daff",
"#72c3fc",
"#4dadf7",
"#329af0",
"#228ae6",
"#1c7cd6",
"#1b6ec2",
"#1862ab"
"#e7f5ff",
"#d0ebff",
"#a5d8ff",
"#74c0fc",
"#4dabf7",
"#339af0",
"#228be6",
"#1c7ed6",
"#1971c2",
"#1864ab"
]

cyan-hexs: [
Expand Down
22 changes: 11 additions & 11 deletions docs/_sass/_open-color.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
//
// 𝗖 𝗒 π—Ÿ 𝗒 π—₯
// v 1.5.1
// v 1.6.0
//
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Expand Down Expand Up @@ -185,16 +185,16 @@ $oc-indigo-9: map-get($oc-indigo-list, "9");
// ───────────────────────────────────

$oc-blue-list: (
"0": #e8f7ff,
"1": #ccedff,
"2": #a3daff,
"3": #72c3fc,
"4": #4dadf7,
"5": #329af0,
"6": #228ae6,
"7": #1c7cd6,
"8": #1b6ec2,
"9": #1862ab
"0": #e7f5ff,
"1": #d0ebff,
"2": #a5d8ff,
"3": #74c0fc,
"4": #4dabf7,
"5": #339af0,
"6": #228be6,
"7": #1c7ed6,
"8": #1971c2,
"9": #1864ab
);

$oc-blue-0: map-get($oc-blue-list, "0");
Expand Down
Binary file removed docs/asset/download/open-color_1.5.1.library.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIMP Palette
Name: Open Color Palette 1.5.1
Name: Open Color Palette 1.6.0
Columns: 0
#
248 249 250 gray0
Expand Down Expand Up @@ -62,16 +62,16 @@ Columns: 0
66 99 235 indigo7
59 91 219 indigo8
54 79 199 indigo9
232 247 255 blue0
204 237 255 blue1
163 218 255 blue2
114 195 252 blue3
77 173 247 blue4
50 154 240 blue5
34 138 230 blue6
28 124 214 blue7
27 110 194 blue8
24 98 171 blue9
231 245 255 blue0
208 235 255 blue1
165 216 255 blue2
116 192 252 blue3
77 171 247 blue4
51 154 240 blue5
34 139 230 blue6
28 126 214 blue7
25 113 194 blue8
24 100 171 blue9
227 250 252 cyan0
197 246 250 cyan1
153 233 242 cyan2
Expand Down
Binary file added docs/asset/download/open-color_1.6.0.library.zip
Binary file not shown.

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/asset/images/open-color.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 21 additions & 21 deletions open-color.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*
* 𝗖 𝗒 π—Ÿ 𝗒 π—₯
* v 1.5.1
* v 1.6.0
*
* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

Expand Down Expand Up @@ -169,26 +169,26 @@
/* Blue
* ─────────────────────────────────── */

--oc-blue-0: #e8f7ff;
--oc-blue-0-rgb: 232, 247, 255;
--oc-blue-1: #ccedff;
--oc-blue-1-rgb: 204, 237, 255;
--oc-blue-2: #a3daff;
--oc-blue-2-rgb: 163, 218, 255;
--oc-blue-3: #72c3fc;
--oc-blue-3-rgb: 114, 195, 252;
--oc-blue-4: #4dadf7;
--oc-blue-4-rgb: 77, 173, 247;
--oc-blue-5: #329af0;
--oc-blue-5-rgb: 50, 154, 240;
--oc-blue-6: #228ae6;
--oc-blue-6-rgb: 34, 138, 230;
--oc-blue-7: #1c7cd6;
--oc-blue-7-rgb: 28, 124, 214;
--oc-blue-8: #1b6ec2;
--oc-blue-8-rgb: 27, 110, 194;
--oc-blue-9: #1862ab;
--oc-blue-9-rgb: 24, 98, 171;
--oc-blue-0: #e7f5ff;
--oc-blue-0-rgb: 231, 245, 255;
--oc-blue-1: #d0ebff;
--oc-blue-1-rgb: 208, 235, 255;
--oc-blue-2: #a5d8ff;
--oc-blue-2-rgb: 165, 216, 255;
--oc-blue-3: #74c0fc;
--oc-blue-3-rgb: 116, 192, 252;
--oc-blue-4: #4dabf7;
--oc-blue-4-rgb: 77, 171, 247;
--oc-blue-5: #339af0;
--oc-blue-5-rgb: 51, 154, 240;
--oc-blue-6: #228be6;
--oc-blue-6-rgb: 34, 139, 230;
--oc-blue-7: #1c7ed6;
--oc-blue-7-rgb: 28, 126, 214;
--oc-blue-8: #1971c2;
--oc-blue-8-rgb: 25, 113, 194;
--oc-blue-9: #1864ab;
--oc-blue-9-rgb: 24, 100, 171;


/* Cyan
Expand Down
20 changes: 10 additions & 10 deletions open-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"#364fc7"
],
"blue": [
"#e8f7ff",
"#ccedff",
"#a3daff",
"#72c3fc",
"#4dadf7",
"#329af0",
"#228ae6",
"#1c7cd6",
"#1b6ec2",
"#1862ab"
"#e7f5ff",
"#d0ebff",
"#a5d8ff",
"#74c0fc",
"#4dabf7",
"#339af0",
"#228be6",
"#1c7ed6",
"#1971c2",
"#1864ab"
],
"cyan": [
"#e3fafc",
Expand Down
4 changes: 2 additions & 2 deletions open-color.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
//
// 𝗖 𝗒 π—Ÿ 𝗒 π—₯
// v 1.5.1
// v 1.6.0
//
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Expand Down Expand Up @@ -118,7 +118,7 @@
// Blue
// ───────────────────────────────────

@oc-blue-list: #e8f7ff, #ccedff, #a3daff, #72c3fc, #4dadf7, #329af0, #228ae6, #1c7cd6, #1b6ec2, #1862ab;
@oc-blue-list: #e7f5ff, #d0ebff, #a5d8ff, #74c0fc, #4dabf7, #339af0, #228be6, #1c7ed6, #1971c2, #1864ab;

@oc-blue-0: extract(@oc-blue-list, 1);
@oc-blue-1: extract(@oc-blue-list, 2);
Expand Down

0 comments on commit 6f4cb60

Please sign in to comment.