Skip to content

catppuccin graphite.rs by giiki

Screenshot of catppuccin graphite.rs

Details

Authorgiiki

LicenseNo License

Categorygraphite

Created

Updated

Size666 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

catppuccin theme to graphite.rs editor

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       catppuccin graphite.rs
@version    20240809.22.44
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://editor.graphite.rs/") {
:root {
    --color-3-darkgray: #313244;
    /*surface0*/
    --color-2-mildblack: #1e1e2e;
    /*base*/
    --color-4-dimgray: #45475a;
    /*surface1*/
    --color-6-lowergray: #585b70;
    /*surface2*/
    --color-5-dullgray: #45475a;
    /*surface1*/
    --color-1-nearblack: #181825;
    /*mantle*/
}
body {
    background-color: #1e1e2e;
    /*base*/
}
.field-input {
    border-radius: 5px;
}
.dropdown-input .dropdown-box {
    border-radius: 5px !important;
}
*{
    color: #cdd6f4;
}
}

Reviews

No reviews yet.