Add base2tone post

This commit is contained in:
Ariejan de Vroom 2023-05-17 09:35:56 +02:00
parent 72bbc9cf21
commit 507691a2d0
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,24 @@
+++
date = 2023-05-17
title = "Base2Tone Cave Dark for Slack"
tags = ["colorschemes", "slack"]
description = "I recently discovered Base2Tone colorschemes and decided to switch all the things to Base2Tone Cave Dark"
+++
I like my colorschemes. The most recent one I discoved is [Base2Tone](https://base2t.one/) [Cave Dark](https://base2t.one/demo/cave/).
So, naturally I wanted to have it in Slack too, so I created a custom theme. Here it is.
### Preview
<div class="auto-width">
<img src="/img/base2tone-cave-dark-slack.png" alt="Base2Tone Cave Dark Slack preview" />
</div>
### Installation
```
#222021,#1A2B23,#EBBC47,#1A1D21,#936C7A,#EBBC47,#EBBC47,#AD1F51,#222021,#EBBC47
```
Got to _Preferences_ &rarr; _Themes_ and paste the above in the appropriate box.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -97,6 +97,10 @@ blockquote {
padding-left: 1rem;
}
.auto-width img {
width: auto;
}
img {
width: 98%;
border-radius: 1.6rem;