Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Switch the default window color from asphault to iron. Fixes #1862 #1864

Merged
merged 1 commit into from
Sep 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
<color name="smoke">#f5f6fa</color>
<color name="window_border_hover">#1ac1dd</color>
<color name="window_border_click">#2bd2ee</color>
<color name="window_blank_clear_color">#3d3d3d</color>
<color name="window_blank_clear_color">#5d5d5d</color>
<color name="window_private_clear_color">#331a50</color>
</resources>