Skip to content

Commit 24c1275

Browse files
committed
with some style settings to change visuals
1 parent 6e4a3a8 commit 24c1275

File tree

4 files changed

+37
-12
lines changed

4 files changed

+37
-12
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Navigations
44

5-
- [About and Screenshots](#about-obsidianotion)
6-
- [To install](#to-install)
7-
- [Plugins](#companion-plugins)
5+
- [About Obsidianotion](#about-obsidianotion)
6+
- [To install](#to-install)
7+
- [Style Settings](#style-settings)
8+
- [Companion plugins](#companion-plugins)
9+
10+
Do you have any suggestions or feedback, please, let me know: [https://forms.gle/AnQgXjt56NSmhDnn6](https://forms.gle/AnQgXjt56NSmhDnn6)
811

912
# About Obsidianotion
1013

@@ -68,6 +71,14 @@ _These are the same checkbox styles used in [Things](https://github.com/colineck
6871
1. Search for `Obsidianotion` in the Search field text
6972
1. Click `Use` and then you're done! 🎉
7073

74+
## Style Settings
75+
76+
You can customize some of visuals installing the [Plugin Style Settings](https://github.com/mgmeyers/obsidian-style-settings). The theme works very fine without it, but if you wanna change the headings and body paragraph font size or even the default color of sidebar, you will can.
77+
78+
![Style Settings](https://i.imgur.com/qm6s2Ht.png)
79+
80+
This settings will grow with time!
81+
7182
## Companion plugins
7283

7384
To install the plugins that have a good fit with Obsidianotion:

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Obsidianotion",
3-
"version": "1.1.3",
4-
"minAppVersion": "1.1.3",
3+
"version": "1.1.4",
4+
"minAppVersion": "1.1.4",
55
"author": "Diego Eis",
66
"authorUrl": "https://diegoeis.com"
77
}

obsidian.css

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ settings:
6767
default: 1
6868
format: rem
6969
-
70-
id: Heading
70+
id: Colors
7171
title: Colors
7272
type: heading
7373
level: 2
@@ -79,6 +79,14 @@ settings:
7979
format: hex
8080
default-light: '#37352f'
8181
default-dark: '#fff'
82+
-
83+
id: sidebar-themed-bg
84+
title: Colors of sidebar and tabbar
85+
description: If you wanna change the light browser of Notion...
86+
type: variable-themed-color
87+
format: hex
88+
default-light: '#F7F7F5'
89+
default-dark: '#202020'
8290
*/
8391

8492
/* ─────────────────────────────────────────────────── */
@@ -154,7 +162,7 @@ body.theme-dark {
154162

155163

156164
/*** sidebar ***/
157-
--sidebar-themed-bg: rgb(32, 32, 32);
165+
--sidebar-themed-bg: #202020;
158166
--nav-item-color: #9B9B9B;
159167
--nav-item-color-hover: #D7D7D7;
160168
--nav-item-active: #9B9B9B;
@@ -218,17 +226,22 @@ body.theme-light .table-view-table > thead > tr > th {
218226
--default-border-color: rgba(0, 0, 0, .3);
219227
background: rgba(0,0,0,.05)
220228
}
229+
230+
221231
body.theme-dark .table-view-table > thead > tr > th {
222232
--default-border-color: rgba(255, 255, 255, .3);
223233
background: rgba(255,255,255,.05)
224234
}
225235

226-
.table-view-table > thead > tr > th {
227-
font-size: .8rem;
228-
border-bottom: 2px solid var(--default-border-color)
236+
.table-view-table > thead > tr > th,
237+
.cm-embed-block table thead tr th,
238+
.markdown-rendered thead tr > th:nth-child(2n+2) {
239+
font-size: .9rem;
240+
border-bottom: 2px solid var(--default-border-color);
229241
}
230242

231-
.table-view-table > tbody > tr > td {
243+
.table-view-table > tbody > tr > td,
244+
.cm-embed-block table tbody tr td {
232245
font-size: .8rem !important;
233246
border-bottom: 1px solid var(--default-border-color)
234247
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"1.1.0": "1.1.0",
88
"1.1.1": "1.1.0",
99
"1.1.2": "1.1.0",
10-
"1.1.3": "1.1.0"
10+
"1.1.3": "1.1.0",
11+
"1.1.4": "1.1.0"
1112
}

0 commit comments

Comments
 (0)