]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values/themes.xml
Fixed text color of normal text.
[Dictionary.git] / res / values / themes.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3   
4   <!-- Default: dark theme -->
5     
6   <style name="Theme.Default" parent="@android:style/Theme">
7       <item name="android:textColorLink">#FFFFFF</item>
8   </style>
9
10   <style name="Theme.Default.TokenRow.Fg" parent="@style/Theme.Default">
11     <item name="android:textColor">#FFFFFF</item>
12     </style>
13   
14   <color name="theme_default_token_row_fg">#FFFFFF</color>
15   <color name="theme_default_token_row_main_bg">#111111</color>
16   <color name="theme_default_token_row_other_bg">#111111</color>
17   <color name="theme_default_other_lang_bg">#000000</color>
18   
19   
20   <!-- ****************************************************************** -->
21
22   <style name="Theme.Light" parent="@android:style/Theme.Light">
23       <item name="android:textColorLink">#000000</item>
24   </style>
25
26   <style name="Theme.Light.TokenRow.Fg" parent="@style/Theme.Light">
27     <item name="android:textColor">#000000</item>
28   </style>
29   
30   <color name="theme_light_token_row_fg">#000000</color>
31   <color name="theme_light_token_row_main_bg">#EEEEEE</color>
32   <color name="theme_light_token_row_other_bg">#EEEEEE</color>
33   <color name="theme_light_other_lang_bg">#FFFFFF</color>
34   
35
36 </resources>