change background colors
This commit is contained in:
parent
993d57ba00
commit
85de25bb90
2 changed files with 5 additions and 5 deletions
|
|
@ -34,7 +34,9 @@
|
||||||
base15 = "#a4ffff"; # bright cyan
|
base15 = "#a4ffff"; # bright cyan
|
||||||
base16 = "#d6acff"; # bright blue
|
base16 = "#d6acff"; # bright blue
|
||||||
base17 = "#ff92df"; # bright purple
|
base17 = "#ff92df"; # bright purple
|
||||||
taskbarText = base04;
|
taskbarText = base04;
|
||||||
|
background_paper = "#000000";
|
||||||
|
foreground_paper = "#26052e";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,10 +91,8 @@ in
|
||||||
in highp vec2 texCoords;
|
in highp vec2 texCoords;
|
||||||
out vec4 stateColor;
|
out vec4 stateColor;
|
||||||
|
|
||||||
const vec4 bgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.base00};
|
const vec4 bgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.background_paper};
|
||||||
// #26052e
|
const vec4 fgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.foreground_paper};
|
||||||
const vec4 fgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.base01};
|
|
||||||
// #950fad
|
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
vec2 canvasSize = vec2 (textureSize (tex2D, 0));
|
vec2 canvasSize = vec2 (textureSize (tex2D, 0));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue