aboutsummaryrefslogtreecommitdiff
path: root/src/gui/color.py
blob: dcb21ea97d37a6191f0cb8366c35a4b5e9fa6cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from PyQt5 import QtGui

red: QtGui.QColor = QtGui.QColor(200, 30, 30)
green: QtGui.QColor = QtGui.QColor(30, 180, 30)
blue: QtGui.QColor = QtGui.QColor(30, 30, 200)

low_difficulty = green
medium_difficulty = blue
high_difficulty = red

low_priority = green
medium_priority = blue
high_priority = red