Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
c346f069
Commit
c346f069
authored
Aug 28, 2015
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue-7: added deepPurple to MaterialTheme
parent
5c1a4887
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
Source/MaterialTheme.swift
+18
-0
No files found.
Source/MaterialTheme.swift
View file @
c346f069
...
...
@@ -82,4 +82,22 @@ public struct MaterialTheme {
public
static
let
accent3
:
UIColor
=
UIColor
(
red
:
213
/
255
,
green
:
0
/
255
,
blue
:
249
/
255
,
alpha
:
1
)
public
static
let
accent4
:
UIColor
=
UIColor
(
red
:
170
/
255
,
green
:
0
/
255
,
blue
:
255
/
255
,
alpha
:
1
)
}
// deepPurple
public
struct
deepPurple
{
public
static
let
lighten5
:
UIColor
=
UIColor
(
red
:
237
/
255
,
green
:
231
/
255
,
blue
:
246
/
255
,
alpha
:
1
)
public
static
let
lighten4
:
UIColor
=
UIColor
(
red
:
209
/
255
,
green
:
196
/
255
,
blue
:
233
/
255
,
alpha
:
1
)
public
static
let
lighten3
:
UIColor
=
UIColor
(
red
:
179
/
255
,
green
:
157
/
255
,
blue
:
219
/
255
,
alpha
:
1
)
public
static
let
lighten2
:
UIColor
=
UIColor
(
red
:
149
/
255
,
green
:
117
/
255
,
blue
:
205
/
255
,
alpha
:
1
)
public
static
let
lighten1
:
UIColor
=
UIColor
(
red
:
126
/
255
,
green
:
87
/
255
,
blue
:
194
/
255
,
alpha
:
1
)
public
static
let
color
:
UIColor
=
UIColor
(
red
:
103
/
255
,
green
:
58
/
255
,
blue
:
183
/
255
,
alpha
:
1
)
public
static
let
darken1
:
UIColor
=
UIColor
(
red
:
94
/
255
,
green
:
53
/
255
,
blue
:
177
/
255
,
alpha
:
1
)
public
static
let
darken2
:
UIColor
=
UIColor
(
red
:
81
/
255
,
green
:
45
/
255
,
blue
:
168
/
255
,
alpha
:
1
)
public
static
let
darken3
:
UIColor
=
UIColor
(
red
:
69
/
255
,
green
:
39
/
255
,
blue
:
160
/
255
,
alpha
:
1
)
public
static
let
darken4
:
UIColor
=
UIColor
(
red
:
49
/
255
,
green
:
27
/
255
,
blue
:
146
/
255
,
alpha
:
1
)
public
static
let
accent1
:
UIColor
=
UIColor
(
red
:
179
/
255
,
green
:
136
/
255
,
blue
:
255
/
255
,
alpha
:
1
)
public
static
let
accent2
:
UIColor
=
UIColor
(
red
:
124
/
255
,
green
:
77
/
255
,
blue
:
255
/
255
,
alpha
:
1
)
public
static
let
accent3
:
UIColor
=
UIColor
(
red
:
101
/
255
,
green
:
31
/
255
,
blue
:
255
/
255
,
alpha
:
1
)
public
static
let
accent4
:
UIColor
=
UIColor
(
red
:
98
/
255
,
green
:
0
/
255
,
blue
:
234
/
255
,
alpha
:
1
)
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment