vp-themes 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ec8f657a2cc4a9b2d918fe02ae2c7c437f4918ce06bf97ecd84e304f80121af
4
- data.tar.gz: 38a44255f6eba8210d65c01d5797c2bf0fc48c9c8d2554e5313f28923a0276c5
3
+ metadata.gz: b0d95752484efa026388967421e91fd8003783c2ae13b124a22b5cde60fab1c6
4
+ data.tar.gz: fa071c8e65871e2afee98ffb68c187bd57f2d76463dba987bd86f5f8593cf0d2
5
5
  SHA512:
6
- metadata.gz: fc7c157288c72dcc76b3ded2955b20a78029cdc69a86c0a40ddad11226a168785c7f84e407423ad3510bbd399efb3141a78150cc40463caa274f3359615beceb
7
- data.tar.gz: 53087f525068c71ae6eb3e135b9e1d890afcd875b0667f4fe94f97a721d1971b3357a4a6c7cb85752a8624e00e80724ddcd5a109879673ddf2c0ce8776a2abd3
6
+ metadata.gz: d4b46cc01be8901e9b72e911aa7274614fc2ae7c5590fd1e2f1bb9be2efc6ecb301921be3211282e81753874702bd15b21b8af6e2690e90d4bc777e8c0862824
7
+ data.tar.gz: 66f1d49cbb3ddfb3da4827ecbd89e6d9baa88cde2ceadc6372a7f03918f806acde2ac529645fb61cf361ae4c401b812725a58be1bd41af7f9c953255dade3349
@@ -10,21 +10,16 @@ color:
10
10
  dark: 27, 27, 27
11
11
  light: 255, 255, 255
12
12
  assertive: 227, 5, 19
13
- balanced: 87, 177, 74
13
+ balanced: 64, 64, 64
14
14
  energized: 245, 166, 35
15
- positive: 64, 64, 64
15
+ positive: 178, 202, 84
16
16
  brave-500: 64, 64, 64
17
17
  royal: 227, 5, 19
18
18
  stable-100: 250, 250, 250
19
19
  stable-300: 245, 245, 245
20
20
  stable-500: 237, 237, 237
21
21
  stable-700: 225, 225, 225
22
- stable-800: 117, 117, 117
23
- stable-900: 79, 79, 79
24
- status-success: var(--color-balanced)
25
- status-danger: var(--color-assertive)
26
- status-warning: var(--color-energized)
27
- status-neutral: var(--color-positive)
22
+ stable-900: 135, 135, 135
28
23
 
29
24
  font:
30
25
  stack: Roboto
@@ -76,7 +71,7 @@ content:
76
71
 
77
72
  wrapper:
78
73
  card-border: 1px solid rgba(var(--color-stable-500), 1)
79
- card-transparentBackground-border: 1px solid rgba(var(--color-status-success), 0.05)
74
+ card-transparentBackground-border: 1px solid rgba(var(--color-positive), 0.05)
80
75
 
81
76
  table:
82
77
  tr-even-background-color: rgba(var(--color-light), 1)
@@ -85,13 +80,13 @@ table:
85
80
  modal:
86
81
  padding: var(--spacing-xl) var(--spacing-xxl) var(--spacing-l) var(--spacing-xxl)
87
82
  border-bottom: none
88
- splitheading-positive-color: rgba(var(--color-balanced), 1)
83
+ splitheading-positive-color: rgba(var(--color-positive), 1)
89
84
 
90
85
  textarea:
91
86
  border: 1px solid rgba(var(--color-stable-500), 1)
92
87
 
93
88
  footer:
94
- background-color: rgba(var(--color-stable-900), 1)
89
+ background-color: rgba(135, 135, 135, 1)
95
90
 
96
91
  content-strong:
97
92
  font-weight: 500
@@ -105,7 +100,7 @@ vp-widget:
105
100
 
106
101
  vp-admin:
107
102
  color-stable-700: rgba(225, 225, 225, 1)
108
- client-result-card-icon-positive-outcome: rgba(var(--color-balanced), 1)
103
+ client-result-card-icon-positive-outcome: rgba(var(--color-positive), 1)
109
104
 
110
105
  button:
111
106
  title-font-weight: 500
@@ -113,3 +108,6 @@ button:
113
108
  email:
114
109
  button-border-color: rgb(227, 5, 19)
115
110
  button-text-color: rgb(227, 5, 19)
111
+
112
+ heading:
113
+ color: rgba(27, 27, 27, 1)
@@ -82,6 +82,7 @@ content:
82
82
 
83
83
  heading:
84
84
  h6-font-weight-medium: 600
85
+ color: rgba(19, 62, 94, 1)
85
86
 
86
87
  list:
87
88
  color-marker: rgba(var(--color-royal), 1)
@@ -132,4 +133,7 @@ email:
132
133
  button-text-color: rgb(255, 255, 255)
133
134
 
134
135
  banner:
135
- background-color: rgba(var(--color-balanced), 1)
136
+ background-color: rgba(var(--color-balanced), 1)
137
+
138
+ footer:
139
+ background-color: rgba(106, 120, 131, 1)
data/lib/themes/lmdp.yml CHANGED
@@ -7,24 +7,19 @@ animation:
7
7
 
8
8
  color:
9
9
  transparent: 255, 255, 255
10
- dark: 59, 59, 62
10
+ dark: 33, 33, 33
11
11
  light: 255, 255, 255
12
- assertive: 243, 70, 41
13
- balanced: 96, 219, 0
14
- energized: 255, 126, 0
15
- positive: 4, 114, 187
12
+ assertive: 254, 77, 84
13
+ balanced: 4, 114, 187
14
+ energized: 241, 148, 28
15
+ positive: 108, 192, 35
16
16
  brave-500: 4, 114, 187
17
- royal: 108, 192, 35
18
- stable-100: 246, 248, 249
19
- stable-300: 241, 242, 244
20
- stable-500: 230, 234, 236
21
- stable-700: 216, 221, 226
22
- stable-800: 117, 117, 117
17
+ royal: 108, 192, 37
18
+ stable-100: 248, 248, 248
19
+ stable-300: 243, 243, 243
20
+ stable-500: 236, 236, 236
21
+ stable-700: 216, 216, 216
23
22
  stable-900: 117, 117, 117
24
- status-success: var(--color-royal)
25
- status-danger: var(--color-assertive)
26
- status-warning: var(--color-energized)
27
- status-neutral: var(--color-positive)
28
23
 
29
24
  font:
30
25
  stack: Roboto
@@ -79,6 +74,7 @@ content:
79
74
 
80
75
  heading:
81
76
  h6-font-weight-medium: 600
77
+ color: rgba(33, 33, 33, 1)
82
78
 
83
79
  list:
84
80
  color-marker: rgba(var(--color-royal), 1)
@@ -117,7 +113,7 @@ header:
117
113
  logo-link-img-max-height: 60px;
118
114
 
119
115
  dragAndDrop:
120
- underline-color: rgba(var(--color-positive), 1)
116
+ underline-color: rgba(var(--color-brave-500), 1)
121
117
 
122
118
  progressBar:
123
119
  uppy-ProgressBar-inner-background-color: rgba(var(--color-royal), 1)
@@ -138,3 +134,6 @@ email:
138
134
  button-background-color: rgb(108, 192, 35)
139
135
  button-border-color: rgb(108, 192, 35)
140
136
  button-text-color: rgb(255, 255, 255)
137
+
138
+ footer:
139
+ background-color: rgba(117, 117, 117, 1)
@@ -10,21 +10,16 @@ color:
10
10
  dark: 34, 34, 34
11
11
  light: 255, 255, 255
12
12
  assertive: 255, 75, 51
13
- positive: 0, 99, 116
14
- brave-500: 0, 99, 116
15
- balanced: 96, 219, 0
16
- energized: 90, 213, 217
17
- royal-500: 109, 76, 167
18
- stable-100: 246, 248, 249
19
- stable-300: 246, 246, 246
20
- stable-500: 225, 225, 225
21
- stable-700: 117, 117, 117
22
- stable-800: 117, 117, 117
23
- stable-900: 122, 135, 144
24
- status-success: 42, 209, 176
25
- status-danger: var(--color-assertive)
26
- status-warning: var(--color-energized)
27
- status-neutral: var(--color-positive)
13
+ positive: 90, 213, 217
14
+ brave-500: 255, 75, 51
15
+ balanced: 90, 213, 217
16
+ energized: 249, 189, 0
17
+ royal-500: 255, 75, 51
18
+ stable-100: 251, 252, 253
19
+ stable-300: 241, 242, 244
20
+ stable-500: 230, 234, 236
21
+ stable-700: 216, 221, 226
22
+ stable-900: 216, 221, 226
28
23
 
29
24
  font:
30
25
  stack: Publica Sans, sans-serif
@@ -67,7 +62,7 @@ avatar:
67
62
  logo-background-color: rgba(var(--color-assertive), 0.15)
68
63
 
69
64
  footer:
70
- background-color: rgba(var(--color-stable-700), 1)
65
+ background-color: rgba(106, 120, 131, 1)
71
66
 
72
67
  steps:
73
68
  link-active-color: rgba(var(--color-assertive))
@@ -95,3 +90,6 @@ vp-admin:
95
90
  email:
96
91
  button-border-color: rgb(0, 123, 255)
97
92
  button-text-color: rgb(0, 123, 255)
93
+
94
+ heading:
95
+ color: rgba(34, 34, 34, 1)
@@ -82,6 +82,7 @@ content:
82
82
 
83
83
  heading:
84
84
  h6-font-weight-medium: 600
85
+ color: rgba(0, 0, 60, 1)
85
86
 
86
87
  list:
87
88
  color-marker: rgba(var(--color-royal), 1)
@@ -139,4 +140,7 @@ vp:
139
140
  email:
140
141
  button-background-color: rgb(106, 45, 193)
141
142
  button-border-color: rgb(106, 45, 193)
142
- button-text-color: rgb(255, 255, 255)
143
+ button-text-color: rgb(255, 255, 255)
144
+
145
+ footer:
146
+ background-color: rgba(86, 86, 113, 1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.2.6"
5
+ VERSION = "0.2.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vp-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Kemp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-01 00:00:00.000000000 Z
11
+ date: 2023-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears