Skip to content

Using This Theme

Dominik edited this page Aug 21, 2018 · 12 revisions

Installing The Theme

There is currently no easy way to use this theme.
You have to copy the res-doorstheme directory and the java-doorstheme directory into your /app/src/main folder and add the following code like this to your build.gradle(Module: app).

sourceSets {
    main.java.srcDirs += 'src/main/java-doorstheme'
    main.res.srcDirs += 'src/main/res-doorstheme'
}

When you have done that you have to adjust the package names in the java-doorstheme directory.
After that you can finally start using the theme.

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.

Recommended Method
  • 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) or DoorsTheme.checkNoActionBarTheme(this)

IMPORTANT: Functions have to be called before super.onCreate(savedInstanceState)!

Alternative Method

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.

Supported Accent Colors

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
Clone this wiki locally