mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #51] [MERGED] Replace hard-coded color values with Palette colors and use the correct colors #222
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/51
Author: @lolocomotive
Created: 10/16/2021
Status: ✅ Merged
Merged: 10/20/2021
Merged by: @Lauryy06
Base:
upsilon-dev← Head:patch-2📝 Commits (1)
de794d5Replace hard-coded color values with Palette colors and use the correct palette colors📊 Changes
4 files changed (+7 additions, -7 deletions)
View changed files
📝
apps/calculation/history_view_cell.cpp(+1 -1)📝
apps/code/script_node_cell.cpp(+2 -2)📝
apps/math_variable_box_empty_controller.cpp(+1 -1)📝
apps/shared/scrollable_multiple_expressions_view.cpp(+3 -3)📄 Description
Some colors are hard coded, such as in the empty variable box (math) or the functions box in the python console.
Some colors were not the right colors, such as the background of the selected expression in the calculation history which also was inconsistent (For the expressions on the left it used
ListCellBackgroundSelectedand for the expressions on the right it usedExpressionInputBackgroundwhereas it should useSelecton both, what is the case in Numworks/Epsilon)This unfortunately changes the look of certain themes but it makes more sense and leads to less confusion when making new themes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.