Skip to content

Commit

Permalink
[REFACT] Increased transparency in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jan 8, 2021
1 parent 9e4a5ea commit 251c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifl.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

VERSION_INFO = f"IFL v{__VERSION__} - check for updates: https://github.com/hasherezade/ida_ifl"

transp_l = 255
transp_l = 230
light_theme = [ QtGui.QColor(173, 216, 230, transp_l), QtGui.QColor(255, 165, 0, transp_l), QtGui.QColor(240, 230, 140, transp_l) ]
transp_d = 70
dark_theme = [ QtGui.QColor(173, 216, 240, transp_d), QtGui.QColor(255, 0, 255, transp_d), QtGui.QColor(255, 130, 130, transp_d) ]
Expand Down

0 comments on commit 251c2be

Please sign in to comment.