MyNoise with only the essential you need to see what you use. Sem firulas. Based on Kanagawa.nvim colorscheme.
Kanagawa Minimalist MyNoise by brneor
Details
Authorbrneor
LicenseNo License
Categorymynoise.net
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Kanagawa Minimalist MyNoise
@version 20230117.15.22
@namespace userstyles.world/user/brneor
@description MyNoise with only the essential you need to see what you use. Sem firulas. Based on Kanagawa.nvim colorscheme.
@author brneor
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Minimalist MyNoise
@namespace github.com/openstyles/stylus
@version 1.0.0
@description MyNoise with only the essential you need to see what you use. Sem firulas. Based on Kanagawa.nvim colorscheme
@author Breno Reis
==/UserStyle== */
@-moz-document url-prefix("https://mynoise.net") {
/* Tema */
/* Sliders */
.ui-slider-handle {
border-color: #C8C093 !important;
}
#s0 .ui-slider-handle {
background: #938056;
}
#s1 .ui-slider-handle {
background: #FF5D62;
}
#s2 .ui-slider-handle {
background: #FFA066;
}
#s3 .ui-slider-handle {
background: #7AA89F;
}
#s4 .ui-slider-handle {
background: #98BB6C;
}
#s5 .ui-slider-handle {
background: #A3D4D5;
}
#s6 .ui-slider-handle {
background: #7FB4CA;
}
#s7 .ui-slider-handle {
background: #7E9CD8;
}
#s8 .ui-slider-handle {
background: #957FB8;
}
#s9 .ui-slider-handle {
background: #938AA9;
}
/* Remove backgrounds */
.bgcontainer {
background: #2A2A37 !important;
}
.bgcontainer #bgimage {
display: none;
}
#bgmask {
display: none;
}
/* Fundos, fontes e cores em geral */
html, body {
background: #1F1F28;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
font-family: "Fira Code", monospace;
}
span {
color: #DCD7BA !important;
}
.subTitle {
color: #C8C093 !important;
}
img, canvas {
filter: invert(6%) sepia(5%) saturate(930%) hue-rotate(10deg) brightness(95%) contrast(85%) !important;
background: #00000000 !important;
}
/* Esconde alguns elementos */
#msg {
display: none;
}
/* Altera a disposição de alguns elementos */
table.superGen {
border-collapse:separate !important;
border-spacing: 0 8px;
}
}