Last active
March 25, 2025 10:43
-
-
Save rey/2bd868c03d6c5f000aeef8a3a36880b9 to your computer and use it in GitHub Desktop.
Revisions
-
rey revised this gist
Mar 25, 2025 . 1 changed file with 25 additions and 25 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,35 +1,35 @@ :root { --green-1: #a9d0be; --green-2: #a0e0a0; --green-3: #b0ffb0; --green-4: #bbeabb; --green-5: #ccffcc; --green-6: #d0f0d0; --green-7: #d3ffd3; --green-8: #d4e2d4; --blue-1: #c8e0ff; --blue-2: #d7e2ff; --blue-3: #befffb; --blue-4: #ccffff; --lavender-blue: #ccccff; --pale-goldenrod: #eee8aa; --light-goldenrod-yellow: #fafad2; --yellow-1: #fff0be; --yellow-2: #ffffa6; --yellow-3: #ffffcc; --buff: #f0dc82; --red-pink: #ffc0cb; --red: #ffcccc; --magenta-fuchsia: #ffccff; --gray-1: #dddddd; --gray-2: #e0e0e0; --gray-3: #e5e5e5; } -
rey created this gist
Mar 25, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,35 @@ :root { --green-bar-1: #A9D0BE; --green-bar-2: #A0E0A0; --green-bar-3: #B0FFB0; --green-bar-4: #BBEABB; --green-bar-5: #CCFFCC; --green-bar-6: #D0F0D0; --green-bar-7: #D3FFD3; --green-bar-8: #D4E2D4; --blue-bar-1: #C8E0FF; --blue-bar-2: #D7E2FF; --blue-bar-3: #BEFFFB; --blue-bar-4: #CCFFFF; --lavender-blue-bar: #CCCCFF; --pale-goldenrod-bar: #EEE8AA; --light-goldenrod-yellow-bar: #FAFAD2; --yellow-bar-1: #FFF0BE; --yellow-bar-2: #FFFFA6; --yellow-bar-3: #FFFFCC; --buff-bar: #F0DC82; --red-pink-bar: #FFC0CB; --red-bar: #FFCCCC; --magenta-fuchsia-bar: #FFCCFF; --gray-bar-1: #DDDDDD; --gray-bar-2: #E0E0E0; --gray-bar-3: #E5E5E5; }