Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'blenderkit/colors.py')
-rw-r--r--blenderkit/colors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blenderkit/colors.py b/blenderkit/colors.py
index 42545941..d01bdb0a 100644
--- a/blenderkit/colors.py
+++ b/blenderkit/colors.py
@@ -18,5 +18,6 @@
# this module defines color palette for BlenderKit UI
+TEXT = (.9, .9, .9, .6)
GREEN = (.9, 1, .9, .6)
RED = (1, .5, .5, .8) \ No newline at end of file