Skip to content

Commit

Permalink
style: Refine 'blue' theme (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
iseri-nina authored Oct 9, 2024
1 parent 25d3b0c commit ca74e55
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/sass/themes/blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

$INDIGO0: #edf2ff;
$INDIGO1: #dbe4ff;
$INDIGO2: #bac8ff;
$INDIGO3: #91a7ff;
$INDIGO2: #C5CAE9;
$INDIGO3: #9FA8DA;
$INDIGO4: #748ffc;
$INDIGO5: #5c7cfa;
$INDIGO6: #4c6ef5;
$INDIGO7: #4263eb;
$INDIGO8: #3b5bdb;
$INDIGO9: #364fc7;

$VIOLET0: #f3f0ff;
$VIOLET1: #e5dbff;
$VIOLET2: #d0bfff;
$INDIGO5: #8C9EFF;
$INDIGO6: #283593;
$INDIGO7: #303F9F;
$INDIGO8: #3949AB;
$INDIGO9: #283593;

$VIOLET0: #f3f0ffdc;
$VIOLET1: #EDE7F6;
$VIOLET2: #D1C4E9;
$VIOLET3: #b197fc;
$VIOLET4: #9775fa;
$VIOLET5: #845ef7;
$VIOLET5: #B39DDB;
$VIOLET6: #7950f2;
$VIOLET7: #7048e8;
$VIOLET8: #6741d9;
Expand All @@ -31,7 +31,7 @@ $toolbarBtnColor: $INDIGO8;
$toolbarBtnBgHover: $VIOLET5;
$toolbarBtnHoverColor: $INDIGO0;
$toolbarColorItemHoverBorderColor: $INDIGO9;
$sidebarShadow: 0 0 10px $INDIGO2;
$sidebarShadow: 0 0 12px $INDIGO2;
/** 编辑区域样式 */
$editorBg: $VIOLET0;
$editorColor: $INDIGO9;
Expand Down Expand Up @@ -59,6 +59,7 @@ $mdBlockquoteBg: $VIOLET1;
.cherry-toolbar, .cherry-floatmenu, .cherry-bubble, .cherry-sidebar {
background: $toolbarBg;
border-color: $toolbarBg;
box-shadow: $sidebarShadow;
.cherry-toolbar-button {
color: $toolbarBtnColor;
i {
Expand Down

0 comments on commit ca74e55

Please sign in to comment.