From b7824365265f58d21edba5a0eaba1390421fce77 Mon Sep 17 00:00:00 2001 From: Paul Houser Date: Mon, 24 Aug 2020 19:21:42 -0700 Subject: [PATCH] added nice themes --- themes/carnival.css | 24 ++++++++++++++++++++++++ themes/cotton-candy.css | 24 ++++++++++++++++++++++++ themes/desert-sky.css | 24 ++++++++++++++++++++++++ themes/ferns.css | 24 ++++++++++++++++++++++++ themes/intrigue.css | 24 ++++++++++++++++++++++++ themes/just-red.css | 24 ++++++++++++++++++++++++ themes/neon-pink-dark.css | 24 ++++++++++++++++++++++++ themes/neon.css | 24 ++++++++++++++++++++++++ themes/orange-dark.css | 24 ++++++++++++++++++++++++ themes/slick-red.css | 24 ++++++++++++++++++++++++ themes/this-ones-good.css | 24 ++++++++++++++++++++++++ themes/water-fire.css | 24 ++++++++++++++++++++++++ 12 files changed, 288 insertions(+) create mode 100644 themes/carnival.css create mode 100644 themes/cotton-candy.css create mode 100644 themes/desert-sky.css create mode 100644 themes/ferns.css create mode 100644 themes/intrigue.css create mode 100644 themes/just-red.css create mode 100644 themes/neon-pink-dark.css create mode 100644 themes/neon.css create mode 100644 themes/orange-dark.css create mode 100644 themes/slick-red.css create mode 100644 themes/this-ones-good.css create mode 100644 themes/water-fire.css diff --git a/themes/carnival.css b/themes/carnival.css new file mode 100644 index 0000000..d84cc24 --- /dev/null +++ b/themes/carnival.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #bfc7c7; + --cursor: #bfc7c7; + + /* Colors */ + --color0: #000000; + --color1: #0e9da8; + --color2: #82b4b9; + --color3: #1063aa; + --color4: #2e45aa; + --color5: #7e3ca9; + --color6: #b82589; + --color7: #bfc7c7; + --color8: #415758; + --color9: #0e9da8; + --color10: #82b4b9; + --color11: #1063aa; + --color12: #2e45aa; + --color13: #7e3ca9; + --color14: #b82589; + --color15: #bfc7c7; +} diff --git a/themes/cotton-candy.css b/themes/cotton-candy.css new file mode 100644 index 0000000..84f81e0 --- /dev/null +++ b/themes/cotton-candy.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #8fc5c6; + --cursor: #8fc5c6; + + /* Colors */ + --color0: #000000; + --color1: #9E2A5E; + --color2: #D03C6E; + --color3: #9D596B; + --color4: #378B77; + --color5: #346D8A; + --color6: #CD6A8C; + --color7: #8fc5c6; + --color8: #64898a; + --color9: #9E2A5E; + --color10: #D03C6E; + --color11: #9D596B; + --color12: #378B77; + --color13: #346D8A; + --color14: #CD6A8C; + --color15: #8fc5c6; +} diff --git a/themes/desert-sky.css b/themes/desert-sky.css new file mode 100644 index 0000000..8f37fb0 --- /dev/null +++ b/themes/desert-sky.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #c8c4c2; + --cursor: #c8c4c2; + + /* Colors */ + --color0: #000000; + --color1: #b07247; + --color2: #a89e88; + --color3: #89c0c0; + --color4: #69a4b7; + --color5: #358ec0; + --color6: #1a6eae; + --color7: #c8c4c2; + --color8: #5a504a; + --color9: #b07247; + --color10: #a89e88; + --color11: #89c0c0; + --color12: #69a4b7; + --color13: #358ec0; + --color14: #1a6eae; + --color15: #c8c4c2; +} diff --git a/themes/ferns.css b/themes/ferns.css new file mode 100644 index 0000000..5194b54 --- /dev/null +++ b/themes/ferns.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #a1bfa2; + --cursor: #a1bfa2; + + /* Colors */ + --color0: #000000; + --color1: #264D33; + --color2: #316B37; + --color3: #255546; + --color4: #316E4A; + --color5: #3E6848; + --color6: #3F8648; + --color7: #a1bfa2; + --color8: #708571; + --color9: #264D33; + --color10: #316B37; + --color11: #255546; + --color12: #316E4A; + --color13: #3E6848; + --color14: #3F8648; + --color15: #a1bfa2; +} diff --git a/themes/intrigue.css b/themes/intrigue.css new file mode 100644 index 0000000..7438bf7 --- /dev/null +++ b/themes/intrigue.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #a6c1b8; + --cursor: #a6c1b8; + + /* Colors */ + --color0: #000000; + --color1: #554B41; + --color2: #962A30; + --color3: #F21B2B; + --color4: #DF4D49; + --color5: #2EA564; + --color6: #F7934A; + --color7: #a6c1b8; + --color8: #748780; + --color9: #554B41; + --color10: #962A30; + --color11: #F21B2B; + --color12: #DF4D49; + --color13: #2EA564; + --color14: #F7934A; + --color15: #a6c1b8; +} diff --git a/themes/just-red.css b/themes/just-red.css new file mode 100644 index 0000000..f111e78 --- /dev/null +++ b/themes/just-red.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #e58997; + --cursor: #e58997; + + /* Colors */ + --color0: #000000; + --color1: #BB243D; + --color2: #CC1B37; + --color3: #E11F3D; + --color4: #D8213E; + --color5: #E2203E; + --color6: #B42D44; + --color7: #e58997; + --color8: #a05f69; + --color9: #BB243D; + --color10: #CC1B37; + --color11: #E11F3D; + --color12: #D8213E; + --color13: #E2203E; + --color14: #B42D44; + --color15: #e58997; +} diff --git a/themes/neon-pink-dark.css b/themes/neon-pink-dark.css new file mode 100644 index 0000000..5ece27b --- /dev/null +++ b/themes/neon-pink-dark.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #9fc8e0; + --cursor: #9fc8e0; + + /* Colors */ + --color0: #000000; + --color1: #8B1374; + --color2: #2D3090; + --color3: #512F91; + --color4: #325AB7; + --color5: #4C5AA5; + --color6: #B91F9E; + --color7: #9fc8e0; + --color8: #6f8c9c; + --color9: #8B1374; + --color10: #2D3090; + --color11: #512F91; + --color12: #325AB7; + --color13: #4C5AA5; + --color14: #B91F9E; + --color15: #9fc8e0; +} diff --git a/themes/neon.css b/themes/neon.css new file mode 100644 index 0000000..2207354 --- /dev/null +++ b/themes/neon.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #93d2d4; + --cursor: #93d2d4; + + /* Colors */ + --color0: #000000; + --color1: #205556; + --color2: #445142; + --color3: #B63632; + --color4: #9A9746; + --color5: #2E52C2; + --color6: #C610BE; + --color7: #93d2d4; + --color8: #669394; + --color9: #205556; + --color10: #445142; + --color11: #B63632; + --color12: #9A9746; + --color13: #2E52C2; + --color14: #C610BE; + --color15: #93d2d4; +} diff --git a/themes/orange-dark.css b/themes/orange-dark.css new file mode 100644 index 0000000..b9a4617 --- /dev/null +++ b/themes/orange-dark.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #9f9f9f; + --cursor: #9f9f9f; + + /* Colors */ + --color0: #000000; + --color1: #2c3433; + --color2: #5e2711; + --color3: #303d44; + --color4: #9d350a; + --color5: #505c5b; + --color6: #5e7078; + --color7: #9f9f9f; + --color8: #3f3f3f; + --color9: #2c3433; + --color10: #5e2711; + --color11: #303d44; + --color12: #9d350a; + --color13: #505c5b; + --color14: #5e7078; + --color15: #9f9f9f; +} diff --git a/themes/slick-red.css b/themes/slick-red.css new file mode 100644 index 0000000..7016502 --- /dev/null +++ b/themes/slick-red.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #c5c5c5; + --cursor: #c5c5c5; + + /* Colors */ + --color0: #000000; + --color1: #26292e; + --color2: #292c31; + --color3: #842133; + --color4: #c91a36; + --color5: #cf1f3b; + --color6: #c52c46; + --color7: #c5c5c5; + --color8: #515152; + --color9: #26292e; + --color10: #292c31; + --color11: #842133; + --color12: #c91a36; + --color13: #cf1f3b; + --color14: #c52c46; + --color15: #c5c5c5; +} diff --git a/themes/this-ones-good.css b/themes/this-ones-good.css new file mode 100644 index 0000000..3392235 --- /dev/null +++ b/themes/this-ones-good.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #aba0cb; + --cursor: #aba0cb; + + /* Colors */ + --color0: #000000; + --color1: #8B2039; + --color2: #A5244B; + --color3: #E22A66; + --color4: #B55F40; + --color5: #EB9346; + --color6: #0A6389; + --color7: #aba0cb; + --color8: #77708e; + --color9: #8B2039; + --color10: #A5244B; + --color11: #E22A66; + --color12: #B55F40; + --color13: #EB9346; + --color14: #0A6389; + --color15: #aba0cb; +} diff --git a/themes/water-fire.css b/themes/water-fire.css new file mode 100644 index 0000000..eed244c --- /dev/null +++ b/themes/water-fire.css @@ -0,0 +1,24 @@ +:root { + /* Special */ + --background: #000000; + --foreground: #c0c6c7; + --cursor: #c0c6c7; + + /* Colors */ + --color0: #000000; + --color1: #128faa; + --color2: #558fa9; + --color3: #9790a6; + --color4: #b17379; + --color5: #b45255; + --color6: #bf3032; + --color7: #c0c6c7; + --color8: #425458; + --color9: #128faa; + --color10: #558fa9; + --color11: #9790a6; + --color12: #b17379; + --color13: #b45255; + --color14: #bf3032; + --color15: #c0c6c7; +}