diff --git a/content/posts/2023-05-17-base2tone-cave-dark-for-slack.md b/content/posts/2023-05-17-base2tone-cave-dark-for-slack.md new file mode 100644 index 0000000..7e6c272 --- /dev/null +++ b/content/posts/2023-05-17-base2tone-cave-dark-for-slack.md @@ -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 + +
+ Base2Tone Cave Dark Slack preview +
+ +### Installation + +``` +#222021,#1A2B23,#EBBC47,#1A1D21,#936C7A,#EBBC47,#EBBC47,#AD1F51,#222021,#EBBC47 +``` + +Got to _Preferences_ → _Themes_ and paste the above in the appropriate box. diff --git a/static/img/base2tone-cave-dark-slack.png b/static/img/base2tone-cave-dark-slack.png new file mode 100644 index 0000000..404d4de Binary files /dev/null and b/static/img/base2tone-cave-dark-slack.png differ diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index 5a1ca77..72de8a0 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -97,6 +97,10 @@ blockquote { padding-left: 1rem; } +.auto-width img { + width: auto; +} + img { width: 98%; border-radius: 1.6rem;