Skip to content

Overleaf - Solarized Jun 2024 by toshohirasawa

Details

Authortoshohirasawa

LicenseNo License

Categoryoverleaf

Created

Updated

Size852 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

More Solarized in Overleaf!

Notes

  • Apply "solarized light (Legacy)" theme in overleaf
  • Optimized to Japanese

Source code

/* ==UserStyle==
@name         Overleaf Solarized light
@version      20240626.02.24
@namespace    https://userstyles.world/user/toshohirasawa
@description  More Solarized in Overleaf!
@author       toshohirasawa
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.overleaf.com/project/") {
.cm-content {
    font-family: "UDEV Gothic NF", "BIZ UDGothic", Lucida Console, Source Code Pro, monospace !important;
    font-weight: 600;
    font-size: 15px !important;
}

/* Solarized color scheme from VS code */
.cm-searchMatch {
    color: rgb(100, 120, 130) !important;
    background-color: rgb(246, 198, 163) !important;
    outline-width: 0px !important;
}

.cm-searchMatch-selected {
    color: rgb(100, 120, 130) !important;
    background-color: rgb(203, 234, 65) !important;
    outline-width: 0px !important;
}

}

Reviews

No reviews yet.