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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/colors.py b/blenderkit/colors.py
index d01bdb0a..c61d9fa0 100644
--- a/blenderkit/colors.py
+++ b/blenderkit/colors.py
@@ -20,4 +20,4 @@
TEXT = (.9, .9, .9, .6)
GREEN = (.9, 1, .9, .6)
-RED = (1, .5, .5, .8) \ No newline at end of file
+RED = (1, .5, .5, .8)