Nord Github Updated 2024
Nord Github by Wick3d-git
Details
AuthorWick3d-git
LicenseNo License
Categoryhttps://github.com/
Created
Updated
Size682 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GruvBox Light for GitHub (WIP)
@version 20240321.08.50
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://github.com/") {
body {
--fgColor-default: #ffffff;
--fgColor-muted: #ffffff;
--XXX-color-fg-subtle: #ffffff;
--fgColor-onEmphasis: #ffffff;
--bgColor-default: #2e3440;
--bgColor-inset: #2e3440;
--bgColor-muted: #2e3440;
--button-primary-bgColor-rest: #3b4252;
--button-primary-bgColor-disabled: #3b4252;
--button-primary-borderColor-disabled: #3b4252
--button-primary-fgColor-rest: #ffffff;
--button-primary-fgColor-disabled: #ffffffcc;
}
}