Skip to content

www.learncpp.com - Jul 2024 by shivajreddy

Details

Authorshivajreddy

LicenseNo License

Categorylearncpp.com

Created

Updated

Size2.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

RosePine theme for LearnCPP

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.learncpp.com - Jul 2024
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    RosePine theme for LearnCPP
@author         Shiva
==/UserStyle== */

@-moz-document url-prefix("https://www.learncpp.com/") {
    /* Insert code here... */
    
    #site-wrapper {
        background: #191724 !important;
        background-color: #191724 !important;
        color: #e0def4 !important;
    }
    #site-header-main {
        background: #191724 !important;
        color: #e0def4 !important;
    }
    #header-image-main::before {
        background-color: #191724 !important;
    }
    
    :root {
        background-color: #191724 !important;
        color: #e0def4 !important;
    }
    
    .main{
        background-color: #191724 !important;
        color: #e0def4 !important;
    }
    
    .lessontable-header-title {
        color: #e0def4 !important;
    }
    
    .lessontable-row {
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    
    h1, time {
        background-color: #191724 !important;
        color: #e0def4 !important;
    }
    
    #main pre[class*=language-] {
        background-image: none;
    }
    
    .cpp-note, .language-cpp {
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    .cpp-table th {
        background-color: #f6c177 !important;
        color: #26233a !important;
    }
    .cpp-table td {
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    
    .cpp-lightgreenbackground {
        background-color: #31748f !important;
        color: #191724 !important;
        border: 3px solid #9ccfd8;
        box-shadow: 0 2px #9ccfd8;
    }
    .cpp-lightredbackground {
        background-color: #ebbcba !important;
        color: #191724 !important;
        border: 3px solid #eb6f92;
        box-shadow: 0 2px #eb6f92;
    }
    
    .code-toolbar > * {
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    .code-block {
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    code {
        font-family: "Berkeley Mono", monospace !important;
        font-weight: 100;
        font-style: normal;
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    code > span {
        font-family: "Berkeley Mono", monospace !important;
        font-weight: 100;
        font-style: normal;
        background-color: #26233a !important;
        color: #e0def4 !important;
    }
    

}

Reviews

No reviews yet.