Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Notes
Commits
bc62277a
Commit
bc62277a
authored
Jan 10, 2022
by
Michael Enoma
👽
Browse files
linaege os colors
parent
9eb1494b
Pipeline
#156570
failed with stage
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/values/colors.xml
View file @
bc62277a
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Colors -->
<color
name=
"primary_dark"
>
@lineageos.platform:color/color_default_primary_dark
</color>
<color
name=
"accent_color"
>
@lineageos.platform:color/color_default_accent
</color>
<color
name=
"color_default_primary_text"
>
@lineageos.platform:color/color_default_primary_text
</color>
<color
name=
"color_default_secondary_text"
>
@lineageos.platform:color/color_default_secondary_text
</color>
<color
name=
"separator"
>
@lineageos.platform:color/color_default_divider
</color>
<color
name=
"bg_transparent"
>
#aa000000
</color>
<color
name=
"bg_selected_item"
>
@lineageos.platform:color/color_default_foreground
</color>
<color
name=
"primary"
>
#ffffff
</color>
<color
name=
"accent"
>
#121212
</color>
...
...
@@ -30,4 +41,20 @@
<color
name=
"widget_background"
>
#ddffffff
</color>
<color
name=
"widget_foreground"
>
#222222
</color>
<!-- Dark Theme -->
<!-- Defined here until appwidgets can use night/colors -->
<color
name=
"bg_transparent_dark_theme"
>
#aa000000
</color>
<color
name=
"bg_highlighted_dark_theme"
>
#f3f3f3
</color>
<color
name=
"bg_normal_dark_theme"
>
#222
</color>
<color
name=
"bg_attention_dark_theme"
>
#d40000
</color>
<color
name=
"bg_warning_dark_theme"
>
#ffcc00
</color>
<color
name=
"fg_default_dark_theme"
>
#eeeeee
</color>
<color
name=
"fg_default_selection_dark_theme"
>
#333333
</color>
<color
name=
"fg_default_low_dark_theme"
>
#666666
</color>
<color
name=
"fg_default_high_dark_theme"
>
#cccccc
</color>
<color
name=
"fg_contrast_dark_theme"
>
#ffffff
</color>
<color
name=
"widget_background_dark_theme"
>
@color/bg_normal
</color>
<color
name=
"widget_fg_dark_theme"
>
#ffffff
</color>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment