Skip to content

Commit

Permalink
Возвращена оригинальная тема
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexi8BiT committed May 2, 2024
1 parent 13c9468 commit c55c123
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ def nega(hex_color):
negative_hex_color = '#{:02x}{:02x}{:02x}'.format(*negative_color)
return negative_hex_color

# color_1 = "#1a1c1e"
# color_2 = "#101010"
# color_3 = "#252729"
# color_text = "#ffffff"
color_1 = "#1a1c1e"
color_2 = "#101010"
color_3 = "#252729"
color_text = "#ffffff"

color_1 = "#560EAD"
color_2 = "#360570"
color_3 = ft.colors.PINK_400
color_text = "#8643D6"
color_theme_1 = ft.colors.PURPLE
# color_1 = "#560EAD"
# color_2 = "#360570"
# color_3 = ft.colors.PINK_400
# color_text = "#8643D6"
color_theme_1 = ft.colors.RED_400

negative_color = nega(color_1)
button = {
Expand Down

0 comments on commit c55c123

Please sign in to comment.