Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 849a1c1

Browse files
committed
[kvantum] remove bold font #50
1 parent 5f4cdf2 commit 849a1c1

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Kvantum/Adapta/Adapta.kvconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ text.normal.color=#414c52
135135
text.focus.color=#414c52
136136
text.press.color=#414c52
137137
text.toggle.color=white
138-
text.bold=true
138+
text.bold=false
139139
indicator.element=arrow
140140
indicator.size=0
141141

@@ -147,7 +147,7 @@ text.normal.color=#cfd8dc
147147
text.focus.color=white
148148
text.press.color=white
149149
text.toggle.color=white
150-
text.bold=true
150+
text.bold=false
151151

152152
[Dock]
153153
inherits=PanelButtonCommand
@@ -165,7 +165,7 @@ frame=false
165165
interior=false
166166
text.normal.color=#414c52
167167
text.focus.color=#414c52
168-
text.bold=true
168+
text.bold=false
169169

170170
[IndicatorSpinBox]
171171
inherits=PanelButtonCommand
@@ -269,7 +269,7 @@ text.focus.color=#414c52
269269
text.press.color=#414c52
270270
text.toggle.color=#414c52
271271
frame.expansion=0
272-
text.bold=true
272+
text.bold=false
273273

274274
[TabFrame]
275275
inherits=PanelButtonCommand
@@ -425,7 +425,7 @@ text.focus.color=#cfd8dc
425425
text.press.color=#ffffff
426426
text.toggle.color=#ffffff
427427
frame.expansion=0
428-
text.bold=true
428+
text.bold=false
429429

430430
[MenuBarItem]
431431
inherits=PanelButtonCommand
@@ -444,7 +444,7 @@ text.normal.color=#cfd8dc
444444
text.focus.color=#cfd8dc
445445
text.press.color=#ffffff
446446
text.toggle.color=#ffffff
447-
text.bold=true
447+
text.bold=false
448448
min_width=+0.3font
449449
min_height=+0.3font
450450
frame.expansion=0
@@ -461,7 +461,7 @@ indicator.size=16
461461
indicator.element=mdi
462462
text.normal.color=#cfd8dc
463463
text.focus.color=#414c52
464-
text.bold=true
464+
text.bold=false
465465
frame.expansion=0
466466

467467
[ComboBox]
@@ -493,7 +493,7 @@ interior.element=menu
493493
text.normal.color=#414c52
494494
text.shadow=false
495495
frame.expansion=0
496-
text.bold=true
496+
text.bold=false
497497

498498
[GroupBox]
499499
inherits=GenericFrame
@@ -502,7 +502,7 @@ text.shadow=0
502502
text.margin=0
503503
text.normal.color=#00000096
504504
text.focus.color=#00bcd4
505-
text.bold=true
505+
text.bold=false
506506
frame.expansion=0
507507

508508
[TabBarFrame]
@@ -536,4 +536,4 @@ interior=false
536536
[Window]
537537
interior=true
538538
interior.element=window
539-
text.bold=true
539+
text.bold=false

Kvantum/AdaptaNokto/AdaptaNokto.kvconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ frame.expansion=14
132132
[PanelButtonTool]
133133
inherits=PanelButtonCommand
134134
text.normal.color=#cfd8dc
135-
text.bold=true
135+
text.bold=false
136136
indicator.element=arrow
137137
indicator.size=0
138138

@@ -144,7 +144,7 @@ text.normal.color=#cfd8dc
144144
text.focus.color=white
145145
text.press.color=white
146146
text.toggle.color=white
147-
text.bold=true
147+
text.bold=false
148148

149149
[Dock]
150150
inherits=PanelButtonCommand
@@ -162,7 +162,7 @@ frame=false
162162
interior=false
163163
text.normal.color=#cfd8dc
164164
text.focus.color=white
165-
text.bold=true
165+
text.bold=false
166166

167167
[IndicatorSpinBox]
168168
inherits=PanelButtonCommand
@@ -265,7 +265,7 @@ text.normal.color=#cfd8dc
265265
text.focus.color=#cfd8dc
266266
text.toggle.color=#cfd8dc
267267
frame.expansion=0
268-
text.bold=true
268+
text.bold=false
269269

270270
[TabFrame]
271271
inherits=PanelButtonCommand
@@ -404,7 +404,7 @@ frame.top=3
404404
frame.bottom=3
405405
frame.left=3
406406
frame.right=3
407-
text.bold=true
407+
text.bold=false
408408
min_width=+0.3font
409409
min_height=+0.3font
410410
frame.expansion=0
@@ -416,7 +416,7 @@ interior.element=menubar
416416
frame.bottom=0
417417
text.normal.color=#cfd8dc
418418
frame.expansion=0
419-
text.bold=true
419+
text.bold=false
420420

421421
[MenuBarItem]
422422
inherits=PanelButtonCommand
@@ -433,7 +433,7 @@ text.margin.top=0
433433
text.margin.bottom=0
434434
text.normal.color=#cfd8dc
435435
text.focus.color=white
436-
text.bold=true
436+
text.bold=false
437437
min_width=+0.3font
438438
min_height=+0.3font
439439
frame.expansion=0
@@ -450,7 +450,7 @@ indicator.size=16
450450
indicator.element=mdi
451451
text.normal.color=#787878
452452
text.focus.color=#cfd8dc
453-
text.bold=true
453+
text.bold=false
454454
text.italic=true
455455
frame.expansion=0
456456

@@ -491,7 +491,7 @@ text.shadow=0
491491
text.margin=0
492492
text.normal.color=#cfd8dc
493493
text.focus.color=white
494-
text.bold=true
494+
text.bold=false
495495
frame.expansion=0
496496

497497
[TabBarFrame]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Packages in this section are not part of the official repositories. If you have
6666

6767
- Install [Papirus-Adapta icon theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) for a more consistent and beautiful experience.
6868

69-
- On systemsettings set **Noto Sans Bold** font for title, menu and toolbar
69+
- On systemsettings set **Noto Sans** font for title, menu and toolbar
7070

7171
- For better looking use toolbar icons without text with 22px size (for Papirus themes)
7272

0 commit comments

Comments
 (0)