We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144ecff commit 3f43b65Copy full SHA for 3f43b65
1 file changed
color-schemes/scheme.scheme
@@ -0,0 +1,10 @@
1
+# Default Scheme:
2
+| Name | HEX | RGB |
3
+| -------- | ------- | ------- |
4
+| Purple | #7f3fbf | r="127" g="63" b="191" |
5
+| Light Red | #ff7f7f | r="255" g="127" b="127" |
6
+| Indigo | #7f7fff | r="127" g="127" b="255" |
7
+| Blue | #08052b | r="8" g="5" b="43" |
8
+| White | #ffffff | r="255" g="255" b="255" |
9
+| Black | #000000 | r="0" g="0" b="0" |
10
+| Gray | #2c2c2c | r="44" g="44" b="44" |
0 commit comments