Skip to content

Commit

Permalink
Update colors struct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrymire committed Aug 26, 2022
1 parent 3339d0d commit dbd4ff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions objects/obj_test/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ results_box = new gui_box(info_box.x1, info_box.y2 + 3, info_box.x2, room_height


// Defining colors
dracula_theme = {
colors = {
background: make_color_rgb(40, 42, 54),
current_line: make_color_rgb(68, 71, 90),
selection: make_color_rgb(68, 71, 90),
Expand All @@ -79,4 +79,3 @@ dracula_theme = {
red: make_color_rgb(255, 85, 85),
yellow: make_color_rgb(241, 250, 140),
}
colors = dracula_theme;

0 comments on commit dbd4ff5

Please sign in to comment.