-
Notifications
You must be signed in to change notification settings - Fork 0
Using This Theme
Dominik edited this page Jun 17, 2019
·
12 revisions
You can install this theme by adding the submodule like this:
$ git submodule add -b master https://github.com/doorsrom/design
You then need to change the line include ':app'
to include ':app', ':design:android:DoorsTheme'
in your settings.gradle
.
After that add the line implementation project(path: ':design:android:DoorsTheme')
to your build.gradle(Module: app)
.
Now you can finally start using the theme.
If you did that, you have two base themes which are DoorsTheme.Light
and DoorsTheme.Dark
as well as a lot of color options.
- Download, build and install this app on your phone
- Choose your color accent and mode in the app
- Apply the theme with the values set before by calling
DoorsTheme.checkTheme(this)
,DoorsTheme.checkDialogTheme(this)
orDoorsTheme.checkNoActionBarTheme(this)
IMPORTANT: Functions have to be called before super.onCreate(savedInstanceState)
!
You can choose your accent color by adding a supported color name, such as yellow_gold
, to your base theme. Your new theme name is DoorsTheme.Light.yellow_gold
.
Color | Value |
---|---|
yellow_gold |
#FFB900 |
gold |
#FF8C00 |
orange_bright |
#F7630C |
orange_dark |
#CA5010 |
rust |
#DA3B01 |
pale_rust |
#EF6950 |
brick_red |
#D13438 |
mod_red |
#FF4343 |
pale_red |
#E74856 |
red |
#E81123 |
rose_bright |
#EA005E |
rose |
#C30052 |
plum_light |
#E3008C |
plum |
#BF0077 |
orchid_light |
#C239B3 |
orchid |
#9A0089 |
default_blue |
#0078D7 |
navy_blue |
#0063B1 |
purple_shadow |
#8E8CD8 |
purple_shadow_dark |
#6B69D6 |
iris_pastel |
#8764B8 |
iris_spring |
#744DA9 |
violet_red_light |
#B146C2 |
violet_red |
#881798 |
cool_blue_bright |
#0099BC |
cool_blue |
#2D7D9A |
seafoam |
#00B7C3 |
seafoam_teal |
#038387 |
mint_light |
#00B294 |
mint_dark |
#018574 |
turf_green |
#00CC6A |
sport_green |
#10893E |
gray |
#7A7574 |
gray_brown |
#5D5A58 |
steel_blue |
#68768A |
metal_blue |
#515C6B |
pale_moss |
#567C73 |
moss |
#486860 |
meadow_green |
#498205 |
green |
#107C10 |
overcast |
#767676 |
storm |
#4C4A48 |
blue_gray |
#69797E |
gray_dark |
#4A5459 |
liddy_green |
#647C64 |
sage |
#525E54 |
camouflage_desert |
#847545 |
camouflage |
#7E735F |
© 2018 Windows Experience