Skip to content

Commit f51a69f

Browse files
committed
add example colors
also change .scss files so that they'll take colors from example color file
1 parent d525eef commit f51a69f

File tree

7 files changed

+38
-6
lines changed

7 files changed

+38
-6
lines changed

colors.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// SCSS Variables
2+
// Generated by 'wal'
3+
$wallpaper: "None";
4+
5+
// Special
6+
$background: #000000;
7+
$foreground: #ffffff;
8+
$cursor: #cd749c;
9+
10+
// Colors
11+
$color0: #262626;
12+
$color1: #d5a8e3;
13+
$color2: #9c75dd;
14+
$color3: #9898ae;
15+
$color4: #654a96;
16+
$color5: #625566;
17+
$color6: #a9d1df;
18+
$color7: #e6ebe5;
19+
$color8: #5d6f74;
20+
$color9: #cd749c;
21+
$color10: #63b0b0;
22+
$color11: #c0c0dd;
23+
$color12: #5786bc;
24+
$color13: #3f3442;
25+
$color14: #849da2;
26+
$color15: #d9d6cf;

default.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "/home/kip/.cache/wal/colors.scss";
1+
// @import "/home/kip/.cache/wal/colors.scss";
2+
@import "colors.scss";
23

34
// check "INFO" tags in file when applying to colorcheme
45
// It's filter adjasment most of time (like hue rotate)

github.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
2-
@import "/home/kip/.cache/wal/colors.scss";
2+
// @import "/home/kip/.cache/wal/colors.scss";
3+
@import "colors.scss";
34

45
/* TODO: move to hsl colors and use this site as resource for color calculating: */
56
/* .ml-3 это скорее всего двойные кнопки */

google.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "/home/kip/.cache/wal/colors.scss";
1+
// @import "/home/kip/.cache/wal/colors.scss";
2+
@import "colors.scss";
23

34
// checkc "INFO" tags in file when applying to colorcheme
45
// It's filter adjasment most of time (like hue rotate)

soundcloud.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "/home/kip/.cache/wal/colors.scss";
1+
// @import "/home/kip/.cache/wal/colors.scss";
2+
@import "colors.scss";
23

34
// check "INFO" tags in file when applying to colorcheme
45
// It's filter adjasment most of time (like hue rotate)

stackoverflow.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "/home/kip/.cache/wal/colors.scss";
1+
// @import "/home/kip/.cache/wal/colors.scss";
2+
@import "colors.scss";
23

34
// check "INFO" tags in file when applying to colorcheme
45
// It's filter adjasment most of time (like hue rotate)

wikipedia.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "/home/kip/.cache/wal/colors.scss";
1+
// @import "/home/kip/.cache/wal/colors.scss";
2+
@import "colors.scss";
23

34
// check "INFO" tags in file when applying to colorcheme
45
// It's filter adjasment most of time (like hue rotate)

0 commit comments

Comments
 (0)