Skip to content

Commit 31b44ef

Browse files
authored
Merge pull request #226 from mngoe/feature-35721
Upgrade theme and colors
2 parents dafbe55 + 415c73f commit 31b44ef

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

app/src/main/assets/CSS/Style.CSS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ select, input, button{
2525
button, input[type=submit]{
2626
min-width:150px;
2727
font-size:1em;
28-
color:brown;
28+
color:#006273;
2929
font-weight:bold;
3030
font-family:arial;
3131
}
@@ -72,7 +72,7 @@ button, input[type=submit]{
7272

7373
.ulList li h3{
7474
margin:4px 0;
75-
color:#d25151;
75+
color:#256273;
7676
letter-spacing:4px;
7777
}
7878
.ulList li h4{
@@ -278,7 +278,7 @@ p{
278278
padding:1em 0.5em;
279279
}
280280
.infoOnly li .lbl{
281-
color:blue;
281+
color:#256273;
282282
font-size:large;
283283

284284
}

app/src/main/assets/pages/Sync.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
.ulList li{
3939
text-align:center;
4040
font-size:1.5em;
41-
background-color:#2962f2;
41+
background-color:#256273;
4242
height:2em;
4343
line-height:2em;
4444
}
4545
.ulList li:nth-child(2n){
46-
background-color:#2962f2;
46+
background-color:#256273;
4747
}
4848
.ulList li span{
4949
color:white;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<shape xmlns:android="http://schemas.android.com/apk/res/android"
22
android:shape="rectangle" >
33
<gradient
4-
android:startColor="#2822d4"
5-
android:centerColor="#2822d4"
6-
android:endColor="#2822d4"
4+
android:startColor="#6196a1"
5+
android:centerColor="#3c7a87"
6+
android:endColor="#256273"
77
android:type="linear"
88
android:angle="135"/>
99
</shape>

app/src/main/res/values/colors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#3F51B5</color>
4-
<color name="colorPrimaryDark">#303F9F</color>
5-
<color name="colorAccent">#FF4081</color>
3+
<color name="colorPrimary">#256273</color>
4+
<color name="colorPrimaryDark">#256273</color>
5+
<color name="colorAccent">#72a2ac</color>
66
<color name="Green">#00ff00</color>
77
<color name="Orange">#FFA500</color>
88
<color name="Red">#FF0000</color>

0 commit comments

Comments
 (0)