1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 22:56:09 +09:00
elk/styles/vars.css

49 lines
990 B
CSS
Raw Normal View History

2022-11-14 01:05:32 +09:00
:root {
2022-12-30 07:40:31 +09:00
--c-primary: #d98018;
--c-primary-active: #9a5420;
--c-primary-light: #d980181A;
--c-border: #eee;
--c-border-dark: #dccfcf;
2022-11-30 13:50:29 +09:00
2022-12-30 07:40:31 +09:00
--c-bg-base: #fafafa;
--c-bg-active: #f2f2f2;
2022-11-24 12:42:03 +09:00
--c-bg-code: #00000006;
--c-bg-selection: #8885;
2022-12-07 08:51:29 +09:00
--c-bg-fade: #EA9E4411;
2022-11-30 13:50:29 +09:00
--c-text-base: #232323;
2022-12-14 04:25:03 +09:00
--c-text-code: #63470c;
--c-text-secondary: #686868;
--c-text-secondary-light: #919191;
2022-11-30 13:50:29 +09:00
--c-bg-btn-disabled: #a1a1a1;
--c-text-btn-disabled: #fff;
--c-text-btn: #232323;
--c-success: #67C23A;
--c-warning: #E6A23C;
--c-error: #F56C6C;
2022-11-23 11:16:31 +09:00
}
.dark {
2022-12-30 07:40:31 +09:00
--c-primary: #EA9E44;
--c-primary-active: #C16929;
--c-primary-light: #EA9E441A;
--c-border: #222;
--c-border-dark: #545251;
2022-11-23 11:16:31 +09:00
--c-bg-base: #111;
2022-11-27 12:57:20 +09:00
--c-bg-active: #191919;
2022-11-24 12:42:03 +09:00
--c-bg-code: #ffffff06;
2022-12-07 08:51:29 +09:00
--c-bg-fade: #EA9E4411;
2022-11-30 13:50:29 +09:00
2022-12-30 07:40:31 +09:00
--c-text-base: #f3f3f3;
2022-12-14 03:49:42 +09:00
--c-text-code: #ecd88e;
--c-text-secondary: #888;
--c-text-secondary-light: #686868;
2022-11-30 13:50:29 +09:00
--c-bg-btn-disabled: #2a2a2a;
--c-text-btn-disabled: #919191;
2022-11-14 01:05:32 +09:00
}