Omni theme for keeweb.info
Omni - KeeWeb by arthur-er
Details
Authorarthur-er
LicenseNo License
Categoryuserstyles, omni
Created
Updated
Size2.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name app.keeweb.info - 26/07/2021 07:24:30
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
.th-dark {
--muted-color: #e1e1e6;
--muted-color-border: #41414D;
--text-selection-bg-color: rgba(49,126,246,0.3);
--text-selection-bg-color-error: rgba(236,101,90,0.8);
--text-semi-muted-color: #f6f6f7;
--text-contrast-action-color: #f7f7f7;
--text-contrast-error-color: #f7f7f7;
--base-border-color: #41414D;
--accent-border-color: #41414D;
--light-border-color: #3d3d3d;
--form-box-border-color-focus: #6ca2f6;
--form-box-shadow-color-focus: rgba(108,162,246,0.7);
--form-box-shadow-color-hover: rgba(108,162,246,0.5);
--form-box-shadow-color-focus-error: rgba(233,80,67,0.7);
--secondary-background-color: #2d2d2d;
--intermediate-background-color: #44475a;
--intermediate-pressed-background-color: #41414D;
--disabled-background-color: #1d1d1d;
--unselected-background-color: #44475a;
--unselected-background-color-hover: #41414D;
--action-background-color-focus: #988BC7;
--action-background-color-focus-tr: rgba(39,101,197,0.1);
--action-background-color-active: #988BC7;
--action-background-color-active-tr: rgba(37,95,185,0.15);
--modal-background-color: rgba(30,30,30,0.9);
--modal-background-color-tr: rgba(30,30,30,0);
--selected-item-color: #988BC7;
--selected-on-secondary-item-color: #41414D;
--selectable-on-secondary-item-color: #44475a;
--clickable-on-secondary-color: #41414D;
--titlebar-button-background-color: hsla(0,0%,96.9%,0.085);
--mute-percent: 30%;
--modal-opacity: 0.9;
--background-color: #191622;
--medium-color: #b7b7b8;
--text-color: #e1e1e6;
--action-color: #7155d9;
}
body.th-dark {
--form-box-border-color-focus: #407091;
--form-box-shadow-color-focus: #3a698b;
--form-box-shadow-color-hover: rgba(58,105,139,0.8);
--light-border-color: rgba(68,68,69,0.7);
--secondary-background-color: #252131;
--selected-item-color: #7155d9;
--selected-on-secondary-item-color: #41414D;
}
@-moz-document url-prefix("https://app.keeweb.info/") {
/* Insira o código aqui... */
}