Skip to content

Commit

Permalink
docs: added new color shortcuts for the remaining 4 colors in my chos…
Browse files Browse the repository at this point in the history
…en color palette
  • Loading branch information
njlyon0 committed Aug 14, 2024
1 parent 1ad0146 commit 1cb3458
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion text_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
// Code language semantic text colors
.r { color: #FF9B00; }
.py { color: #077DC2; }
.cli { color: #EB6534; }
.sql { color: #283E82; }
.cli {color: #EB6534; }

// Available colors
.free1 { color: #01BAEF; }
.free2 { color: #5DDBFE; }
.free3 { color: #F9B000; }
.free4 { color: #FFD879; }

0 comments on commit 1cb3458

Please sign in to comment.