From 8388de5f45e9c709fa5a90ca125f1d0cfead1ae8 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Tue, 20 Sep 2022 23:13:11 -0500 Subject: [PATCH] ThinkPad inspired color scheme See https://github.com/roadkell/ascii-art for the logo --- src/fixations/additions/themes/thinkpad.css | 40 +++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/fixations/additions/themes/thinkpad.css diff --git a/src/fixations/additions/themes/thinkpad.css b/src/fixations/additions/themes/thinkpad.css new file mode 100644 index 0000000..80d376f --- /dev/null +++ b/src/fixations/additions/themes/thinkpad.css @@ -0,0 +1,40 @@ +:root { + --surCordBackground: rgb(22,21,26); + --surCordBackground2: rgb(27, 26, 31); + --surCordTextBackground: rgb(21, 20, 25); + --surcordFriendsBackground: rgb(20, 20, 22); + --surCordFriends: rgb(27, 26, 31); + --surCordActiveNow: rgb(46, 45, 45 0.276); + --surCordGuilds: rgb(27, 26, 31); + --surCordTitleBar: rgb(27, 26, 31); + --surCordSearch: rgb(21, 20, 25); + --surCordHover: var(--accent-focused); + --surCordBorder: rgb(78,78,81); +} + +/* + ▄▄▄▄▄▄▄ + ▀▄▄▄▀ + ▄▄▄▄ + ▀ ▀▄▀ + ▄▀▀▄ + ▀▀▀▀▀▀▀ +▄ ▄ ▄ ▄ ▀▀▄▀▀ +█ █ ▄ ▄ ▄ ▄ █ █ ▀▀▀▀▀▀▀ +█ █ █ █ █ █ █ █ ▄▀▀▀▀ +▀ ▜ █ ▙ ▄ ▖ ▀▀▀▀ +█ █ █ █ ■ ▀ ▀▀▀▀▀ +▄ ▟ █ ▛ ▀ ▘ ▄▀▀▀▀ +█ █ █ █ █ █ █ █ ▀▀▀▀▀▀▀ +█ █ ▀ ▀ ▀ ▀ █ █ █▄▄▄▄▄▄ +▀ ▀ ▀ ▀ ▀ +▗ █ █ ▙ ▟ █ █ ▖ +█ █ ▀ █ █ ▀ █ █ +█ █ █ █ █ █ +█ █ █ █ █ █ █ █ +█ █ ▀ ▀ ▀ ▀ █ █ +▀ ▀ ▀ ▀ +█ █ █ █ +█ █ █ █ █ █ █ █ +█ █ ▀ ▀ ▀ ▀ █ █ +▀ ▀ ▀ ▀*/