Add wal colors

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-01-16 14:05:28 +01:00
parent 7c0fd4b193
commit f890d40c63
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -4,8 +4,34 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Start</title>
<link href="file:///home/severin/.cache/wal/colors.css" rel="stylesheet">
<style>
:root {
--wallpaper: url("None");
/* Special */
--background: #18161d;
--foreground: #a4a0ac;
--cursor: #a4a0ac;
/* Colors */
--color0: #18161d;
--color1: #ff7780;
--color2: #68b183;
--color3: #bda014;
--color4: #54a5ff;
--color5: #da89b2;
--color6: #79a8c3;
--color7: #a4a0ac;
--color8: #bd9b87;
--color9: #ef873d;
--color10: #08b885;
--color11: #d39710;
--color12: #a294fe;
--color13: #ec7aca;
--color14: #4ab0b9;
--color15: #a4a0ac;
}
:root {
--spacing: 10px;
--width: 500px;