├── assets ├── dark.png ├── dawn.png └── moon.png ├── dawn.css ├── moon.css ├── readme.md └── rosepine.css /assets/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/slack/45f34ce36657e0e0f7c5bc16e4657afdcec8a572/assets/dark.png -------------------------------------------------------------------------------- /assets/dawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/slack/45f34ce36657e0e0f7c5bc16e4657afdcec8a572/assets/dawn.png -------------------------------------------------------------------------------- /assets/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/slack/45f34ce36657e0e0f7c5bc16e4657afdcec8a572/assets/moon.png -------------------------------------------------------------------------------- /dawn.css: -------------------------------------------------------------------------------- 1 | .p-workspace, 2 | .p-workspace__primary_view, 3 | .p-workspace__primary_view_contents, 4 | .p-workspace__secondary_view, 5 | .p-workspace__tiles, 6 | .p-message_pane_input, 7 | .p-workspace__primary_view, 8 | .p-workspace__primary_view_contents, 9 | .p-file_drag_drop__container 10 | { 11 | background-color: #fffaf3 !important; 12 | } 13 | 14 | .sk-client-theme--light { 15 | --sk_primary_background: #fffaf3; 16 | } 17 | 18 | .c-basic_container__body, 19 | .c-message_kit__hover:hover { 20 | background: #f2e9de !important; 21 | } 22 | -------------------------------------------------------------------------------- /moon.css: -------------------------------------------------------------------------------- 1 | .p-workspace, 2 | .p-workspace__primary_view, 3 | .p-workspace__primary_view_contents, 4 | .p-workspace__secondary_view, 5 | .p-workspace__tiles, 6 | .p-message_pane_input, 7 | .p-workspace__primary_view, 8 | .p-workspace__primary_view_contents, 9 | .p-file_drag_drop__container 10 | { 11 | background-color: #2a273f !important; 12 | } 13 | 14 | .sk-client-theme--dark { 15 | --sk_primary_background: #2a273f; 16 | } 17 | 18 | .c-basic_container__body, 19 | .c-message_kit__hover:hover { 20 | background: #393552 !important; 21 | } 22 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
7 | 8 |
9 |
10 |
11 |
12 |