Skip to content

Commit

Permalink
Change statuscolor and add menu theming
Browse files Browse the repository at this point in the history
  • Loading branch information
marnick-s authored Dec 23, 2018
1 parent 57d2206 commit e4ee0a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Material Dark/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Theme>
<Info
name="Material Dark"
version="2.0"
version="2.0.1"
author="SheepyDev"
email="contact@sheepydev.com"
website="sheepydev.com"
Expand All @@ -16,8 +16,9 @@
bottombar=""
bottombarcolor="#484848"
backcolor="#212121"
statuscolor="#484848" />
statuscolor="#ffffff" />
menubackgroundcolor="#000000"
menutextcolor="#ffffff"
statuscolor="#212121" />
<toolbar_icon
back="ViewPreviousImage.svg"
next="ViewNextImage.svg"
Expand Down
6 changes: 4 additions & 2 deletions Material Light/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Theme>
<Info
name="Material Light"
version="2.0"
version="2.0.1"
author="SheepyDev"
email="contact@sheepydev.com"
website="sheepydev.com"
Expand All @@ -16,7 +16,9 @@
bottombar=""
bottombarcolor="#ffffff"
backcolor="#fafafa"
statuscolor="#ffffff" />
menubackgroundcolor="#c7c7c7"
menutextcolor="#000000"
statuscolor="#fafafa" />
<toolbar_icon
back="ViewPreviousImage.svg"
next="ViewNextImage.svg"
Expand Down

0 comments on commit e4ee0a9

Please sign in to comment.