Skip to content

Commit b6a0892

Browse files
authored
reintroduce DARK_BLUE (#1606)
1 parent b501ce9 commit b6a0892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manim/utils/color.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def named_lines_group(length, colors, names, text_colors, align_to_block):
198198
blue_e = "#236B8E"
199199
pure_blue = "#0000FF"
200200
blue = blue_c
201+
dark_blue = blue_e
201202

202203
teal_a = "#ACEAD7"
203204
teal_b = "#76DDC0"
@@ -307,6 +308,7 @@ def named_lines_group(length, colors, names, text_colors, align_to_block):
307308
"BLUE_E",
308309
"PURE_BLUE",
309310
"BLUE",
311+
"DARK_BLUE",
310312
"TEAL_A",
311313
"TEAL_B",
312314
"TEAL_C",

0 commit comments

Comments
 (0)