Skip to content

Commit

Permalink
tweaked colors in project manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Dec 19, 2024
1 parent edff812 commit 3f9ad6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified project-manager/resources/ide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions project-manager/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ impl ProjectManager {
0,
0,
Some(6),
Color::GREEN,
Color::opaque(73, 156, 84),
font_size,
);
let delete = make_text_and_image_button_with_tooltip(
Expand All @@ -457,7 +457,7 @@ impl ProjectManager {
0,
0,
Some(8),
Color::DODGER_BLUE,
Color::MEDIUM_PURPLE,
font_size,
);
let locate = make_text_and_image_button_with_tooltip(
Expand All @@ -470,7 +470,7 @@ impl ProjectManager {
0,
0,
Some(9),
Color::CADET_BLUE,
Color::DODGER_BLUE,
font_size,
);
let open_ide = make_text_and_image_button_with_tooltip(
Expand All @@ -483,7 +483,7 @@ impl ProjectManager {
0,
0,
Some(9),
Color::FOREST_GREEN,
Color::LIGHT_GRAY,
font_size,
);
let hot_reload = CheckBoxBuilder::new(
Expand Down

0 comments on commit 3f9ad6f

Please sign in to comment.