We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47845e6 commit 8698a9eCopy full SHA for 8698a9e
1 file changed
sass/parts/_code.scss
@@ -31,7 +31,8 @@ $language-colors: (
31
"clojure": (#5881d8, "Clojure"),
32
"sql": (#ffcc00, "SQL"),
33
"bash": (#4eaa25, "Bash"),
34
- "text": (#151b23, "Text")
+ "text": (#151b23, "Text"),
35
+ "gd": (#3c76a2, "GDScript")
36
);
37
38
@function get-text-color($color) {
0 commit comments