Skip to content

Instantly share code, notes, and snippets.

@rbreaves
Created January 22, 2022 21:16
Show Gist options
  • Save rbreaves/0123b9584ca288536c60bfe81e96e976 to your computer and use it in GitHub Desktop.
Save rbreaves/0123b9584ca288536c60bfe81e96e976 to your computer and use it in GitHub Desktop.
GIMP 2.99.6 Mojave-dark css mod
/**********************************/
/* GIMP Wilbur nullifier */
/* Mojave-dark */
/* Copyright 2021, Ben Reaves */
/* Licensed MIT */
/* */
/**********************************/
/* wilbur logo bye bye */
/* Whatever your background color is - add 4 to each color channel */
/* wilbur is partly transparent */
notebook > stack > GimpDisplayShell > grid > #gimp-canvas {
color: rgba(55, 55, 55, 0);
/*color: rgba(72, 72, 72, 0);*/
/*#4c4c4c*/
/*#373737*/
}
/*unstable watermark*/
notebook > stack:only-child {
color: transparent;
}
/*Lime Green*/
/*For Debug work*/
/*#32CD32*/
GimpDock spinbutton entry {
background-color: #242424;
border-color: #000000;
/*border: 2px;*/
}
GimpDock notebook stack widget box scrolledwindow viewport box box button {
/*border-color: rgba(0, 0, 0, 0.15);*/
/*background-color: rgba(101, 101, 101, 0.55);*/
border-color: #000000;
background-color: #242424;
background-image: none;
}
GimpDock notebook stack widget box scrolledwindow viewport box box combobox button {
background-color: #656565;
}
GimpDock notebook stack widget box scrolledwindow viewport box box .toggle:checked {
background-color: #131313;
}
GimpDock notebook stack widget box scrolledwindow viewport box box .flat:hover {
background-color: #656565;
}
spinbutton,
spinbutton button,
spinbutton button:checked,
spinbutton button:disabled,
spinbutton button:active,
spinbutton button:hover {
min-width: 22px;
min-height: 32px;
background-color: #242424;
border-color: #000000;
/*border: 2px;*/
}
spinbutton button {
/*background-color: #1f1f1f;*/
}
spinbutton button:hover {
background-color: #656565;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment