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
573deb2e
Commit
573deb2e
authored
Jun 07, 2020
by
Stefan Niedermann
Browse files
assign primary to bg_normal
parent
cfc4eb26
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/values-night/colors.xml
View file @
573deb2e
...
...
@@ -9,7 +9,7 @@
<color
name=
"defaultTextHighlightBackground"
>
#55eeeeff
</color>
<color
name=
"bg_highlighted"
>
#2a2a2a
</color>
<color
name=
"bg_normal"
>
#121212
</color>
<color
name=
"bg_normal"
>
@color/primary
</color>
<color
name=
"bg_attention"
>
#ff3333
</color>
<color
name=
"fg_default"
>
#eeeeee
</color>
<color
name=
"fg_default_selection"
>
#cccccc
</color>
...
...
app/src/main/res/values/colors.xml
View file @
573deb2e
...
...
@@ -11,7 +11,7 @@
<color
name=
"defaultTextHighlightBackground"
>
#2233334a
</color>
<color
name=
"bg_highlighted"
>
#eee
</color>
<color
name=
"bg_normal"
>
#ffffff
</color>
<color
name=
"bg_normal"
>
@color/primary
</color>
<color
name=
"bg_attention"
>
#d40000
</color>
<color
name=
"bg_warning"
>
#ffcc00
</color>
<color
name=
"fg_default"
>
#000000
</color>
...
...
Write
Preview
Markdown
is supported
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