mirror of https://github.com/sgoudham/neovide.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
493 B
HTML
16 lines
493 B
HTML
<style>
|
|
:root {
|
|
/* Primary theme color */
|
|
--primary-color: #FED43F;
|
|
/* Primary theme text color */
|
|
--primary-text-color: #543631;
|
|
/* Primary theme link color */
|
|
--primary-link-color: #F9BB2D;
|
|
/* Secondary color: the background body color */
|
|
--secondary-color: #fcfaf6;
|
|
--secondary-text-color: #303030;
|
|
/* Highlight text color of table of content */
|
|
--toc-highlight-text-color: #d46e13;
|
|
}
|
|
</style>
|