From 36a4dbf7e8f745de1daff7e2445f73a0378d4b1d Mon Sep 17 00:00:00 2001 From: user51112 <82494059+user51112@users.noreply.github.com> Date: Mon, 11 Apr 2022 15:14:29 +0200 Subject: [PATCH 1/2] Update Preset.toml --- data/ice-shard/Preset.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/ice-shard/Preset.toml b/data/ice-shard/Preset.toml index 4dfb2c5..affb752 100644 --- a/data/ice-shard/Preset.toml +++ b/data/ice-shard/Preset.toml @@ -1,8 +1,9 @@ slug = "ice-shard" name = "Ice Shard" creator = "Cara" -commit = "3cf8c64" description = "Very dark backgrounds and light blue details. Making use of custom css to give the app a sharp, cold feel and add a number of simple ux improvements." +tags = ["dark", "blue", "cold", "sharp", "squares"] +version = "1.0.0" [variables] light = false From 7a25d2e6d15657e43d09ca60a13c9d492d6121a8 Mon Sep 17 00:00:00 2001 From: user51112 <82494059+user51112@users.noreply.github.com> Date: Mon, 11 Apr 2022 15:15:56 +0200 Subject: [PATCH 2/2] Update Custom.css --- data/ice-shard/Custom.css | 40 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/data/ice-shard/Custom.css b/data/ice-shard/Custom.css index 4a979b3..4d719e3 100644 --- a/data/ice-shard/Custom.css +++ b/data/ice-shard/Custom.css @@ -7,7 +7,7 @@ } /* Adds a light blue line between the server and channel list */ -.dGrZZ { +.jOonNm { border-right: 2px solid #72F5F3; } @@ -17,21 +17,21 @@ } /* Hides the wave used as a chosen server indicator by default */ -.QgupM span, .kGANuc span { +.ckviiV span, .jFgSXl span { display: none; } /* Adds a light blue border around the active server's icon */ -.QgupM svg, .kGANuc svg { +.ckviiV svg, .jFgSXl svg { outline-style: solid; outline-color: #72F5F3; outline-width: 2px; } /* Colored outline and name of picked channel */ -._compact_12e90_19[data-active=true], -._normal_12e90_16[data-active=true], -._user_12e90_23[data-active=true] { +._compact_1avxi_19[data-active=true], +._normal_1avxi_16[data-active=true], +._user_1avxi_23[data-active=true] { color: #37FFF8; outline-style: solid; outline-color: #72F5F3; @@ -39,14 +39,14 @@ } /* Mention message colored + bold text */ -div.CaijV > div.jgcjMZ > ._markdown_8b8eo_2, -div.cCwoWr > div.jgcjMZ > ._markdown_8b8eo_2 { +div.cZEhIO > div.jkmmZm > ._markdown_1vk6d_2, +div.fhGxEk > div.jkmmZm > ._markdown_1vk6d_2 { color: #4CFAFF; font-weight: bold; } /* Nice home screen */ -._home_1khrk_1 { +._homeScreen_ag1so_6 { height: 100%; background-image: url("https://autumn.revolt.chat/attachments/hqI1nk7NBECh8n7GP3eqt-PXv-5tXGWGnbn9qJWZUO"); background-repeat: no-repeat; @@ -54,8 +54,7 @@ div.cCwoWr > div.jgcjMZ > ._markdown_8b8eo_2 { background-size: 100% 100%; } /* Outlining buttons on home screen for better readability */ -div._actions_1khrk_12 > a > div, -div._actions_1khrk_12 > div > a > div { +div._actions_ag1so_25 > a { outline-style: solid; outline-color: #72F5F3; outline-width: 1px; @@ -77,26 +76,13 @@ h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{ } /* Readable buttons on pop-up menus and bot badges */ -.ZAptB, .iYfESC, .kqSFkj { +.iWNKPN, .iQIPOg > svg { color: #000056; font-weight: bold; } -/* Theme consistent colors on message search */ -.kRnBUt { - color: #000056; - font-weight: bold; - background: #00FFF5; -} -.kRnBUt:hover { - background: #4CFAFF; -} -.jqHpRY { - color: #00FFF5; -} - -/* buttons and checkboxes */ -.check, .dvKiPb { +/* Outlined checkboxes */ +.check { outline-style: solid; outline-color: #72F5F3; outline-width: 1px;