Catppuccin mocha
vimschool.netlify.app by davychhouk
Details
Authordavychhouk
LicenseNo License
Categoryvimschool.netlify.app
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name vimschool.netlify.app/introduction/motivation/
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://vimschool.netlify.app") {
/* Insert code here... */
body {
background-color: #313244;
color: #cdd6f4 !important;
}
h1,
h2,
h3,
h4 {
color: #cdd6f4 !important;
}
hr {
border-color: #45475a !important;
}
#header > a > h2 {
color: #11111b !important;
}
#chapter h1 {
border-color: #cdd6f4 !important;
}
#top-bar {
background-color: #45475a !important;
}
a.nav:hover {
background-color: #45475a !important;
}
.active,
.active > a {
background-color: #45475a !important;
}
#sidebar ul li.active > a {
color: #cdd6f4 !important;
}
#body-inner > table > thead > tr > th {
background-color: #313244 !important;
}
#body-inner > blockquote {
border-color: #45475a !important;
}
}