Sunset theme for Startpage. Sunset is Gruvbox but with #d79921 gold as the main color. I modified the Dracula theme for Startpage.
Startpage.com Gruvbox Sunset by stepanzak
Details
Authorstepanzak
LicenseCC0-1.0
Categorystartpage
Created
Updated
Size1.7 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 Startpage.com Gruvbox Sunset
@namespace https://github.com/stepanzak
@author stepanzak
@description `Sunset theme for Startpage. Sunset is Gruvbox but with #d79921 gold as the main color. I modified the Dracula theem for Startpage.`
@version 1.0.0
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(startpage.com) {
/* background colors */
.header, .wp-qi-sb__result, .linkHover, .footer__container {
background: #1d2021 !important;
}
.layout-web, .layout-web__body, .w-gl {
background: #282828 !important;
}
/* fonts */
.w-gl__result-title, .inline-nav-menu__link, .wp-qi-sb__title {
color: #d79921 !important;
}
.w-gl__result, .search-filter-time__dropdown, .search-filter-region__dropdown, .search-filter-family__field-label, .wp-qi-sb__extract {
color: #a89984 !important;
}
.w-gl__result-url {
color: #fbf1c7 !important;
}
.wp-qi-sb__expand-text, .inline-nav-menu__link__active, .inline-nav-menu__link:hover {
color: #00ff41 !important;
}
.inline-nav-menu__link__active, .inline-nav-menu__link__post-link:hover {
border-bottom: 2px solid #00ff41 !important;
}
.pagination .num--active {
background: #fabd2f !important;
border: 1px solid #d79921 !important;
}
.pagination__num:hover, .pagination__next-prev-button:hover {
background: #665c54 !important;
border: 1px solid #3c3836 !important;
}
.w-gl__result-title:visited {
color: #fe8019 !important;
}
header {
background-color: #1d2021 !important;
}
.sx-kp, .sx-products-sidebar, .sx-tp {
background-color: #1d2021;
}
}