Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a69cfd69 authored by Gitsaibot's avatar Gitsaibot Committed by Jochen Sprickerhof
Browse files

Add a black theme. Fixes #3

parent 708ed48b
Loading
Loading
Loading
Loading
Compare 48c101a0 to d5e5e7cc
Original line number Diff line number Diff line
Subproject commit 48c101a067f8aaf69bc7fb9ac8c1fff19123359e
Subproject commit d5e5e7cc0b2ac2ae0e72397fbb9a06b20df165e9
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_enabled="false" android:color="#CCCCCC"/>
    <item android:state_enabled="true" android:color="#333333"/>

</selector>
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_enabled="false" android:color="#424242"/>
    <item android:state_enabled="true" android:color="#ffffff"/>

</selector>
−75 B (127 B)
Loading image diff...
+187 B
Loading image diff...
Loading