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
|
||||
base16 = "#d6acff"; # bright blue
|
||||
base17 = "#ff92df"; # bright purple
|
||||
taskbarText = base04;
|
||||
taskbarText = base04;
|
||||
background_paper = "#000000";
|
||||
foreground_paper = "#26052e";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -91,10 +91,8 @@ in
|
|||
in highp vec2 texCoords;
|
||||
out vec4 stateColor;
|
||||
|
||||
const vec4 bgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.base00};
|
||||
// #26052e
|
||||
const vec4 fgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.base01};
|
||||
// #950fad
|
||||
const vec4 bgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.background_paper};
|
||||
const vec4 fgColor = ${nix-colors.lib.conversions.hexToGLSLVec config.colorScheme.palette.foreground_paper};
|
||||
|
||||
void main() {
|
||||
vec2 canvasSize = vec2 (textureSize (tex2D, 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue