Skip to content

Biscuit for Wiby by soswav

Screenshot of Biscuit for Wiby

Details

Authorsoswav

LicenseBiscuit License

Categorywiby

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Warm and cozy colorscheme for Wiby.

Notes

Again, again, open issues in the Codeberg repository.

Also, I've made a mirror of the Biscuit org in Codeberg, in which I, well, update stuff.

Source code

/* ==UserStyle==
@name         Biscuit for Wiby
@version      0.2
@namespace    https://userstyles.world/user/soswav
@description  Warm and cozy colorscheme for Wiby.
@homepageURL  https://userstyles.world/user/soswav
@author       soswav
@license      Biscuit License
==/UserStyle== */

@-moz-document url-prefix("https://wiby.me"),
  url-prefix("https://wiby.org")
  {
    :root {
    --background: #181515; /*   Night!         */
    --foreground: #F4E6D2; /*   Antique White! */
    --red       : #CA3F3F; /*   Persian Red!   */
    --orange    : #E46A3A; /*   Flame!         */
    --yellow    : #E39C45; /*   Butterscotch!  */
    --green     : #989F56; /*   Moss Green!    */
    --cyan      : #629386; /*   Viridian!      */
    --blue      : #517894; /*   Steel Blue!    */
    --darkblue  : #4A5A8D; /*   YinMn Blue!    */
    --purple    : #9F569A; /*   Purpureus!     */
    --pink      : #C45497; /*   Mulberry!      */
    }

    body { background-color: var(--background) }
    a.tlink { color: var(--cyan) }
    .url { color: var(--green) }
    p, label, p.pin, h3, div, h4, html { color: var(--foreground) }
    a.title:link, a.tiny, a:link, h1.titlep { color: var(--purple) }

    input { background-color: var(--purple); color: var(--foreground); border-radius: 5px; border-color: var(--purple) }
    img { border-radius: 10px }
  }

Reviews

No reviews yet.