Skip to content

Commit

Permalink
🎨 Text selection color now matches theme (accent color)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyas Thomas committed Dec 6, 2019
1 parent 2b4d743 commit 2be4b67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html {
}

::selection {
background-color: var(--ac-sel-color);
background-color: var(--ac-color);
color: var(--act-color);
}

Expand Down
3 changes: 0 additions & 3 deletions assets/css/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
--err-color: rgb(41, 42, 45);
// Acent color
--ac-color: #50fa7b;
--ac-sel-color: rgb(80, 250, 123, 0.8);
// Active text color
--act-color: rgb(37, 38, 40);
}
Expand Down Expand Up @@ -56,7 +55,6 @@
--err-color: #eeeeee;
// Acent color
--ac-color: #57b5f9;
--ac-sel-color: #57b5f9;
// Active text color
--act-color: #ffffff;
}
Expand Down Expand Up @@ -88,7 +86,6 @@
--err-color: rgb(8, 8, 8);
// Acent color
--ac-color: #50fa7b;
--ac-sel-color: rgb(80, 250, 123, 0.8);
// Active text color
--act-color: #000000;
}
Expand Down

0 comments on commit 2be4b67

Please sign in to comment.