mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 06:33:53 +00:00
12 lines
320 B
XML
12 lines
320 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<resources>
|
|
<style name="LightTheme" parent="LightTheme.Base">
|
|
</style>
|
|
<style name="DarkTheme" parent="DarkTheme.Base">
|
|
</style>
|
|
<style name="BlackTheme" parent="BlackTheme.Base">
|
|
</style>
|
|
<style name="NordTheme" parent="NordTheme.Base">
|
|
</style>
|
|
</resources>
|