You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
@colortheme_font: 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
|
|
@colortheme_link-color: #0275D8;
|
|
@colortheme_link-color-visited: #005999;
|
|
@colortheme_info-background: #fafafa;
|
|
|
|
@colortheme_old-base: #302B28;
|
|
@colortheme_old-fore: #fafafa;
|
|
|
|
@colortheme_base: #fff;
|
|
@colortheme_light-base: lighten(@colortheme_base, 20%);
|
|
|
|
@colortheme_cp-red: #FA5858; // remove red
|
|
@colortheme_cp-green: #46E981;
|
|
|
|
@colortheme_modal-bg: #222;
|
|
@colortheme_modal-fg: #fff;
|
|
@colortheme_modal-link: #eee;
|
|
@colortheme_modal-link-visited: lighten(@colortheme_modal-link, 10%);
|
|
@colortheme_modal-dim: rgba(0, 0, 0, 0.4);
|
|
@colortheme_modal-padding: 12px;
|
|
@colortheme_modal-shadow: 0 8px 32px 0 rgba(0,0,0,.4);
|
|
|
|
@colortheme_modal-input: #111;
|
|
|
|
@colortheme_alertify-red: #E55236;
|
|
@colortheme_alertify-green: #77C825;
|
|
|
|
@colortheme_notification-log: rgba(0, 0, 0, 0.8);
|
|
@colortheme_notification-warn: rgba(205, 37, 50, 0.8);
|
|
|
|
// Apps
|
|
|
|
@colortheme_pad-bg: #1c4fa0;
|
|
@colortheme_pad-color: #fff;
|
|
|
|
@colortheme_slide-bg: #e57614;
|
|
@colortheme_slide-color: #fff;
|
|
|
|
@colortheme_code-bg: #ffae00;
|
|
@colortheme_code-color: #000;
|
|
|
|
@colortheme_poll-bg: #006304;
|
|
@colortheme_poll-color: #fff;
|
|
|
|
@colortheme_whiteboard-bg: #800080;
|
|
@colortheme_whiteboard-color: #fff;
|
|
|
|
@colortheme_drive-bg: #0087ff;
|
|
@colortheme_drive-color: #fff;
|
|
|
|
@colortheme_file-bg: #cd2532;
|
|
@colortheme_file-color: #fff;
|
|
|
|
@colortheme_friends-bg: #607B8D;
|
|
@colortheme_friends-color: #fff;
|
|
|
|
@colortheme_default-bg: #ddd;
|
|
@colortheme_default-color: #000;
|
|
|
|
@colortheme_settings-bg: #0087ff;
|
|
@colortheme_settings-color: #fff;
|
|
|
|
@colortheme_profile-bg: #0087ff;
|
|
@colortheme_profile-color: #fff;
|
|
|
|
@cryptpad_color_blue: #4591C4;
|
|
@cryptpad_color_grey: #999999;
|
|
@cryptpad_header_col: #1E1F1F;
|
|
@cryptpad_text_col: #3F4141;
|