Skip to content

Instantly share code, notes, and snippets.

@rey
Last active March 25, 2025 10:43
Show Gist options
  • Select an option

  • Save rey/2bd868c03d6c5f000aeef8a3a36880b9 to your computer and use it in GitHub Desktop.

Select an option

Save rey/2bd868c03d6c5f000aeef8a3a36880b9 to your computer and use it in GitHub Desktop.

Revisions

  1. rey revised this gist Mar 25, 2025. 1 changed file with 25 additions and 25 deletions.
    50 changes: 25 additions & 25 deletions barpaper.css
    Original file line number Diff line number Diff line change
    @@ -1,35 +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;
    --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-bar-1: #C8E0FF;
    --blue-bar-2: #D7E2FF;
    --blue-bar-3: #BEFFFB;
    --blue-bar-4: #CCFFFF;
    --blue-1: #c8e0ff;
    --blue-2: #d7e2ff;
    --blue-3: #befffb;
    --blue-4: #ccffff;

    --lavender-blue-bar: #CCCCFF;
    --lavender-blue: #ccccff;

    --pale-goldenrod-bar: #EEE8AA;
    --light-goldenrod-yellow-bar: #FAFAD2;
    --pale-goldenrod: #eee8aa;
    --light-goldenrod-yellow: #fafad2;

    --yellow-bar-1: #FFF0BE;
    --yellow-bar-2: #FFFFA6;
    --yellow-bar-3: #FFFFCC;
    --yellow-1: #fff0be;
    --yellow-2: #ffffa6;
    --yellow-3: #ffffcc;

    --buff-bar: #F0DC82;
    --buff: #f0dc82;

    --red-pink-bar: #FFC0CB;
    --red-bar: #FFCCCC;
    --red-pink: #ffc0cb;
    --red: #ffcccc;

    --magenta-fuchsia-bar: #FFCCFF;
    --magenta-fuchsia: #ffccff;

    --gray-bar-1: #DDDDDD;
    --gray-bar-2: #E0E0E0;
    --gray-bar-3: #E5E5E5;
    --gray-1: #dddddd;
    --gray-2: #e0e0e0;
    --gray-3: #e5e5e5;
    }
  2. rey created this gist Mar 25, 2025.
    35 changes: 35 additions & 0 deletions barpaper.css
    Original 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;
    }