chriseppstein-compass-colors 0.1.5 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 1
3
- :patch: 5
2
+ :minor: 2
3
+ :patch: 0
4
4
  :major: 0
@@ -6,12 +6,12 @@
6
6
  !support_color = adjust_hue(!base_color, 30)
7
7
  !accent_color = adjust_hue(!base_color, -30)
8
8
 
9
- !base_dark_color = darken(!base_color, 25)
10
- !base_darker_color = darken(!base_color, 50)
11
- !base_darkest_color = darken(!base_color, 75)
12
- !base_light_color = lighten(!base_color, 25)
13
- !base_lighter_color = lighten(!base_color, 50)
14
- !base_lightest_color = lighten(!base_color, 75)
9
+ !dark_base_color = darken(!base_color, 25)
10
+ !darker_base_color = darken(!base_color, 50)
11
+ !darkest_base_color = darken(!base_color, 75)
12
+ !light_base_color = lighten(!base_color, 25)
13
+ !lighter_base_color = lighten(!base_color, 50)
14
+ !lightest_base_color = lighten(!base_color, 75)
15
15
 
16
16
  !dark_support_color = darken(!support_color, 25)
17
17
  !darker_support_color = darken(!support_color, 50)
@@ -5,12 +5,12 @@
5
5
  !base_color ||= red
6
6
  !complementary_color = complement(!base_color)
7
7
 
8
- !base_dark_color = darken(!base_color, 25)
9
- !base_darker_color = darken(!base_color, 50)
10
- !base_darkest_color = darken(!base_color, 75)
11
- !base_light_color = lighten(!base_color, 25)
12
- !base_lighter_color = lighten(!base_color, 50)
13
- !base_lightest_color = lighten(!base_color, 75)
8
+ !dark_base_color = darken(!base_color, 25)
9
+ !darker_base_color = darken(!base_color, 50)
10
+ !darkest_base_color = darken(!base_color, 75)
11
+ !light_base_color = lighten(!base_color, 25)
12
+ !lighter_base_color = lighten(!base_color, 50)
13
+ !lightest_base_color = lighten(!base_color, 75)
14
14
 
15
15
  !dark_complementary_color = darken(!complementary_color, 25)
16
16
  !darker_complementary_color = darken(!complementary_color, 50)
@@ -6,12 +6,12 @@
6
6
  !complement_support_color = adjust_hue(!base_color, 180 + 30)
7
7
  !complement_accent_color = adjust_hue(!base_color, 180 - 30)
8
8
 
9
- !base_dark_color = darken(!base_color, 25)
10
- !base_darker_color = darken(!base_color, 50)
11
- !base_darkest_color = darken(!base_color, 75)
12
- !base_light_color = lighten(!base_color, 25)
13
- !base_lighter_color = lighten(!base_color, 50)
14
- !base_lightest_color = lighten(!base_color, 75)
9
+ !dark_base_color = darken(!base_color, 25)
10
+ !darker_base_color = darken(!base_color, 50)
11
+ !darkest_base_color = darken(!base_color, 75)
12
+ !light_base_color = lighten(!base_color, 25)
13
+ !lighter_base_color = lighten(!base_color, 50)
14
+ !lightest_base_color = lighten(!base_color, 75)
15
15
 
16
16
  !dark_complement_support_color = darken(!complement_support_color, 25)
17
17
  !darker_complement_support_color = darken(!complement_support_color, 50)
@@ -6,12 +6,12 @@
6
6
  !support_color = adjust_hue(!base_color, 120)
7
7
  !accent_color = adjust_hue(!base_color, -120)
8
8
 
9
- !base_dark_color = darken(!base_color, 25)
10
- !base_darker_color = darken(!base_color, 50)
11
- !base_darkest_color = darken(!base_color, 75)
12
- !base_light_color = lighten(!base_color, 25)
13
- !base_lighter_color = lighten(!base_color, 50)
14
- !base_lightest_color = lighten(!base_color, 75)
9
+ !dark_base_color = darken(!base_color, 25)
10
+ !darker_base_color = darken(!base_color, 50)
11
+ !darkest_base_color = darken(!base_color, 75)
12
+ !light_base_color = lighten(!base_color, 25)
13
+ !lighter_base_color = lighten(!base_color, 50)
14
+ !lightest_base_color = lighten(!base_color, 75)
15
15
 
16
16
  !dark_support_color = darken(!support_color, 25)
17
17
  !darker_support_color = darken(!support_color, 50)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass-colors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein