summaryrefslogtreecommitdiff
path: root/grc/gui/Colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Colors.py')
-rw-r--r--grc/gui/Colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py
index 73a0f5ab5f..acc7f22c44 100644
--- a/grc/gui/Colors.py
+++ b/grc/gui/Colors.py
@@ -43,7 +43,7 @@ def get_color(color_code):
#################################################################################
HIGHLIGHT_COLOR = get_color('#00FFFF')
-BORDER_COLOR = get_color('#444444')
+BORDER_COLOR = get_color('#616161')
BORDER_COLOR_DISABLED = get_color('#888888')
FONT_COLOR = get_color('#000000')