feat: p hase 3 of tailwind migration
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
@theme {
|
||||
--color-shell-bg: #1e1e1e;
|
||||
--color-sidebar-bg: #252526;
|
||||
--color-activity-bg: #333333;
|
||||
--color-panel-bg: #1e1e1e;
|
||||
--color-tab-active-bg: #1e1e1e;
|
||||
--color-tab-inactive-bg: #2d2d2d;
|
||||
--color-focus-border: #007fd4;
|
||||
--color-input-bg: rgba(255, 255, 255, 0.06);
|
||||
--color-input-border: rgba(255, 255, 255, 0.12);
|
||||
--color-status-bg: #007acc;
|
||||
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
--text-shell: 13px;
|
||||
--spacing-titlebar: 34px;
|
||||
--spacing-tabbar: 35px;
|
||||
--spacing-statusbar: 22px;
|
||||
}
|
||||
|
||||
:root {
|
||||
--accent-color: #007acc;
|
||||
--accent-color-transparent: rgba(0, 122, 204, 0.25);
|
||||
|
||||
Reference in New Issue
Block a user