/* Flexoki is a color theme designed by Stephen Ango and made available under the MIT License */
/* For further information, visit https://github.com/kepano/flexoki */

:root[data-theme="light"]{
  /* Flexoki Light Theme */
  --tx-1: #100F0F;
  --tx-2: #1C1B1A;
  --tx-3: #282726;
  --ui-1: #CECDC3;
  --ui-2: #E6E4D9;
  --ui-3: #F2F0E5;
  --bg-1: #FFFCF0;
  --bg-2: #FFFCF0;
  
  /* Accent colors */
  --re: #AF3029;
  --or: #BC5215;
  --ye: #AD8301;
  --gr: #66800B;
  --cy: #24837B;
  --bl: #205EA6;
  --pu: #5E409D;
  --ma: #A02F6F;
}

:root[data-theme="dark"] {
  /* Flexoki Dark Theme */
  --tx-1: #CECDC3;
  --tx-2: #B7B5AC;
  --tx-3: #9F9D96;
  --ui-1: #282726;
  --ui-2: #1C1B1A;
  --ui-3: #100F0F;
  --bg-1: #100F0F;
  --bg-2: #1C1B1A;
  
  /* Accent colors (dark variants) */
  --re: #D14D41;
  --or: #DA702C;
  --ye: #D0A215;
  --gr: #879A39;
  --cy: #3AA99F;
  --bl: #4385BE;
  --pu: #8B7EC8;
  --ma: #CE5D97;
}