]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values-es/themes.xml
Got rid of old search bar.
[Dictionary.git] / res / values-es / 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   </style>
8
9   <style name="Theme.Default.TokenRow.Fg" parent="@style/Theme.Default">
10 <!--       <item name="android:textColor">#FFFFFF</item>   -->
11       <item name="android:textColorLink">#00AAFF</item>
12   </style>
13   
14   <color name="theme_default_token_row_fg">#FFFFFF</color>
15   <color name="theme_default_token_row_main_bg">#222222</color>
16   <color name="theme_default_token_row_other_bg">#222222</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   </style>
24
25   <style name="Theme.Light.TokenRow.Fg" parent="@style/Theme.Light">
26       <!-- <item name="android:textColor">#000000</item> -->
27       <item name="android:textColorLink">#0000FF</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 </resources>