Update Prism theme.

This commit is contained in:
Leo
2024-01-31 10:11:43 -06:00
parent 579b5d6450
commit 28e672c56c

View File

@@ -3,14 +3,14 @@
*
* Author: Leo Nguyen
*/
$prism-bg: hsl(220, 25%, 25%);
$prism-gray: hsl(230, 40%, 70%);
$prism-red: hsl(0, 100%, 80%);
$prism-bg: hsl(220, 25%, 25%);
$prism-gray: hsl(230, 40%, 70%);
$prism-red: hsl(0, 100%, 80%);
$prism-orange: hsl(15, 90%, 70%);
$prism-yellow: hsl(50, 100%, 75%);
$prism-green: hsl(100, 80%, 80%);
$prism-cyan: hsl(200, 100%, 80%);
$prism-blue: hsl(230, 100%, 80%);
$prism-green: hsl(100, 80%, 80%);
$prism-cyan: hsl(200, 100%, 80%);
$prism-blue: hsl(230, 100%, 80%);
$prism-purple: hsl(275, 100%, 80%);
pre {
@@ -33,7 +33,6 @@ pre {
padding: 0;
color: #fff;
background: $prism-bg;
}
}