universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

var.css (920B)


      1 :root {
      2  /* Global */
      3  --pri-col1: #111;
      4  --pri-col2: #1a1e23;
      5  --sec-col1: #000000;
      6  --sec-col2: #00bfff;
      7  --font: arial;
      8  --theme: dark;
      9  --accent-halloween: #d68d20;
     10  --accent-temp: #b4b0b0;
     11  --accent: #ffff80;
     12  --accent4: #2ECC71;
     13  --accent2: #111;
     14  --accent3: #000000;
     15  --onion: #59316b;
     16  --onion-hover: #59316b80;
     17  --red: #f90921;
     18  --red-hover: #f9092180;
     19  --button-text-col: #ddd;
     20  --tip: #111;
     21 
     22  /* Chat Depth Levels */
     23  --lv3-col: #000000; /* Deepest Level */
     24  --lv2-col: #111; /* Middle Level */
     25  --lv1-col: var(--accent3); /* Shallowest Level */
     26 
     27  /* Login Info */
     28  --lg-tx: #111;
     29  --lg-hr: #111 ;
     30  --lg-bg: #444;
     31  --nav-bg: #111;
     32  --card-bg: #fefefe;
     33 
     34  /* Messages */
     35  --color-msg-small: var(--accent);
     36  --color-msg-sys: #0c1a2b;
     37 
     38  /* Badges */
     39  --sa-col: #FECE5E;
     40  --a-col: #EE2C39;
     41  --rg-col: #3CB54A;
     42  --boom-col: #222222;
     43 }