Avoid 13pt font size

This commit is contained in:
Hoang Nguyen 2021-05-16 15:52:48 +03:00
parent 09ec1653bd
commit 11d1adce49
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
5 changed files with 17 additions and 12 deletions

View File

@ -11,7 +11,7 @@
[a-general]
# Press Ctrl-H to access it
home = "gemini://gemini.circumlunar.space"
home = "gemini://folliehiyuki.com"
# Follow up to 5 Gemini redirects without prompting.
# A prompt is always shown after the 5th redirect and for redirects to protocols other than Gemini.

View File

@ -120,7 +120,7 @@ theme.gopher_light = { bg = base06, fg = base00, link = base0D }
theme.gopher_dark = { bg = base00, fg = base06, link = base0A }
-- Font
theme.font = "13pt Sarasa Mono J"
theme.font = "14pt Sarasa Mono J"
theme.hint_font = "12pt Sarasa Mono J"
return theme
@ -247,7 +247,7 @@ return theme
-- theme.gopher_dark = { bg = base00, fg = base06, link = base0A }
-- -- Font
-- theme.font = "13pt Sarasa Mono J"
-- theme.font = "14pt Sarasa Mono J"
-- theme.hint_font = "12pt Sarasa Mono J"
-- return theme

View File

@ -63,12 +63,17 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Y
https://www.youtube.com/feeds/videos.xml?channel_id=UCZWadyLVO4ZnMgLrRVtS6VA "~Youtube: baby WOGUE" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ "~Youtube: System Crafters" youtube
------
https://www.youtube.com/feeds/videos.xml?channel_id=UCzen_5NiIRsC_f97HVaB7bA "~Youtube: Otaku-Vs" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCO5Jvsc_sKuZi3MhnJxrlzQ "~Youtube: Nyanners" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCdn5BQ06XqgXoAxIhbqw5Rg "~Youtube: Fubuki" youtube
------
https://www.youtube.com/feeds/videos.xml?channel_id=UCHnyfMqiRRG1u-2MsSQLbXA "~Youtube: Veritasium" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UC6nSFpj9HTCZ5t-N3Rm3-HA "~Youtube: Vsauce" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCoxcjq-8xIDTYp3uz647V5A "~Youtube: Numberphile" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UC2C_jShtL725hvbm1arSV9w "~Youtube: CGP Grey" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCOGeU-1Fig3rrDjhm9Zs_wg "~Youtube: Vihart" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UClq42foiSgl7sSpLupnugGA "~Youtube: D!NG" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A "~Youtube: Tom Scott" youtube
------
https://www.youtube.com/feeds/videos.xml?channel_id=UC8butISFwT-Wl7EV0hUK0BQ "~Youtube: freeCodeCamp.org" youtube
https://www.youtube.com/feeds/videos.xml?channel_id=UCEbYhDd6c6vngsF5PQpFVWg "~Youtube: Tsoding" youtube

View File

@ -108,15 +108,15 @@ c.downloads.location.directory = '$HOME/Downloads'
c.downloads.location.remember = False
# Fonts
c.fonts.completion.category = '13pt Sarasa Mono J'
c.fonts.completion.entry = '13pt Sarasa Mono J'
c.fonts.contextmenu = '13pt Sarasa Mono J'
c.fonts.default_family = ['Sarasa Mono J', 'Iosevka']
c.fonts.default_size = '11pt'
c.fonts.completion.category = '14pt Sarasa Mono J'
c.fonts.completion.entry = '14pt Sarasa Mono J'
c.fonts.contextmenu = '14pt Sarasa Mono J'
c.fonts.default_family = ['Sarasa Mono J', 'Iosevka', "Noto Sans"]
c.fonts.default_size = '12pt'
# c.fonts.prompts = 'default_size sans-serif'
c.fonts.statusbar = '11pt Sarasa Mono J'
c.fonts.tabs.selected = 'bold 11pt Sarasa Mono J'
c.fonts.tabs.unselected = 'italic 11pt Sarasa Mono J'
c.fonts.statusbar = '12pt Sarasa Mono J'
c.fonts.tabs.selected = 'bold 12pt Sarasa Mono J'
c.fonts.tabs.unselected = 'italic 12pt Sarasa Mono J'
# Hints
c.hints.uppercase = True

View File

@ -245,7 +245,7 @@ middle_click_close = true
# Window decoration
[decoration]
border_size = 2
font = Iosevka
font = Sarasa Mono J
title_height = 20
active_color = 0.5 0.63 0.75 1.0
inactive_color = 0.18 0.2 0.25 1.0