Skip to content

Commit c838d7f

Browse files
Merge pull request #167 from AstroProgram/fix/standardize-colors-rgb-swe-submission
update color palette to 24-bit RGB for consistency
2 parents 76971eb + e9b1f6a commit c838d7f

16 files changed

+16
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[30m",
2+
"color": "\u001b[38;2;51;51;51m",
33
"reset": "\u001b[0m"
44
}

casino/themes/ansi/blue_theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[34m",
2+
"color": "\u001b[38;2;0;0;255m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[90m",
2+
"color": "\u001b[38;2;128;128;128m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[94m",
2+
"color": "\u001b[38;2;92;92;255m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[96m",
2+
"color": "\u001b[38;2;0;255;255m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[92m",
2+
"color": "\u001b[38;2;0;255;0m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[95m",
2+
"color": "\u001b[38;2;255;0;255m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[91m",
2+
"color": "\u001b[38;2;255;0;0m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[97m",
2+
"color": "\u001b[38;2;255;255;255m",
33
"reset": "\u001b[0m"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"color": "\u001b[93m",
2+
"color": "\u001b[38;2;255;255;0m",
33
"reset": "\u001b[0m"
44
}

0 commit comments

Comments
 (0)