
:root {
  --theme-base: 128, 104, 188;
  --theme-font-base: 128, 104, 188;
  
  --theme: rgba(128, 104, 188, 1);
  --theme-font: rgba(128, 104, 188, 1);
  --theme-disabled: rgba(128, 104, 188,  .3);
  --theme-press: rgba(128, 104, 188, .3);
  --theme-line: rgba(128, 104, 188, .5);
  --header-line: rgba(0, 0, 0, .05);
  --warning: rgba(255, 31, 93, 1);
  --theme-mgt: rgba(220, 100, 105, 1);
}