first commit
This commit is contained in:
3
themes/terminimal/sass/color/background_blue.scss
Normal file
3
themes/terminimal/sass/color/background_blue.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
:root {
|
||||
--background: #1D212C;
|
||||
}
|
5
themes/terminimal/sass/color/background_dark.scss
Normal file
5
themes/terminimal/sass/color/background_dark.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
:root {
|
||||
--background: #101010;
|
||||
|
||||
--color: #A9B7C6;
|
||||
}
|
3
themes/terminimal/sass/color/background_green.scss
Normal file
3
themes/terminimal/sass/color/background_green.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
:root {
|
||||
--background: #1F222A;
|
||||
}
|
3
themes/terminimal/sass/color/background_orange.scss
Normal file
3
themes/terminimal/sass/color/background_orange.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
:root {
|
||||
--background: #222129;
|
||||
}
|
3
themes/terminimal/sass/color/background_pink.scss
Normal file
3
themes/terminimal/sass/color/background_pink.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
:root {
|
||||
--background: #21202C;
|
||||
}
|
3
themes/terminimal/sass/color/background_red.scss
Normal file
3
themes/terminimal/sass/color/background_red.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
:root {
|
||||
--background: #221F29;
|
||||
}
|
9
themes/terminimal/sass/color/blue.scss
Normal file
9
themes/terminimal/sass/color/blue.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--accent: rgb(35,176,255);
|
||||
--accent-alpha-70: rgba(35,176,255,.7);
|
||||
--accent-alpha-20: rgba(35,176,255,.2);
|
||||
|
||||
--background: #1D212C;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
9
themes/terminimal/sass/color/green.scss
Normal file
9
themes/terminimal/sass/color/green.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--accent: rgb(120,226,160);
|
||||
--accent-alpha-70: rgba(120,226,160,.7);
|
||||
--accent-alpha-20: rgba(120,226,160,.2);
|
||||
|
||||
--background: #1F222A;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
9
themes/terminimal/sass/color/orange.scss
Normal file
9
themes/terminimal/sass/color/orange.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--accent: rgb(255,168,106);
|
||||
--accent-alpha-70: rgba(255,168,106,.7);
|
||||
--accent-alpha-20: rgba(255,168,106,.2);
|
||||
|
||||
--background: #222129;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
9
themes/terminimal/sass/color/pink.scss
Normal file
9
themes/terminimal/sass/color/pink.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--accent: rgb(238,114,241);
|
||||
--accent-alpha-70: rgba(238,114,241,.7);
|
||||
--accent-alpha-20: rgba(238,114,241,.2);
|
||||
|
||||
--background: #21202C;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
9
themes/terminimal/sass/color/red.scss
Normal file
9
themes/terminimal/sass/color/red.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--accent: rgb(255,98,102);
|
||||
--accent-alpha-70: rgba(255,98,102,.7);
|
||||
--accent-alpha-20: rgba(255,98,102,.2);
|
||||
|
||||
--background: #221F29;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
Reference in New Issue
Block a user