Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c0d5f03
Add Info.plist for Tiqoe Dark theme
justin-b-reeves Feb 11, 2026
e29ff38
Add files via upload
justin-b-reeves Feb 11, 2026
e6c98ba
Fix border-color property in footnote popover
justin-b-reeves Feb 11, 2026
e1a7083
Add files via upload
justin-b-reeves Feb 12, 2026
841ba21
Fix color variable typos for dark theme
justin-b-reeves Feb 12, 2026
fd720ad
Remove commented color change in stylesheet
justin-b-reeves Feb 12, 2026
92bc125
In <title>, make <em> and <i> the <title> color.
justin-b-reeves Feb 12, 2026
eb5dbb0
Add styles for emphasis and underline in links
justin-b-reeves Feb 12, 2026
b1439a5
In <title>, make <em> and <i> the <title> color in light mode.
justin-b-reeves Feb 12, 2026
fdb95b4
Fix `a :not() *`.
justin-b-reeves Feb 12, 2026
f121945
Remove img link hover
justin-b-reeves Feb 13, 2026
a8d52d5
In <a>, make <code> the <a> color.
justin-b-reeves Feb 13, 2026
3d6fbd1
Mastodon has <span> in <a>
justin-b-reeves Feb 14, 2026
72cbb9d
Cloudflare Blog has <u> inside of <b> inside of <a>
justin-b-reeves Feb 15, 2026
c9243fa
Fix <a><b><u> and <a><strong><em> a different way
justin-b-reeves Feb 15, 2026
6d39c8b
Merge branch 'Ranchero-Software:main' into tiqoe-dark
justin-b-reeves Feb 17, 2026
e669500
Merge branch 'Ranchero-Software:main' into tiqoe-dark
justin-b-reeves Mar 8, 2026
0652805
Substack image button icons
justin-b-reeves Mar 8, 2026
a4409cd
Remove tab
justin-b-reeves Mar 9, 2026
2d18f98
Fix tab
justin-b-reeves Mar 9, 2026
047a5be
Cloudflare <code> inside of <a>
justin-b-reeves Mar 9, 2026
99c6fc0
Merge branch 'Ranchero-Software:main' into tiqoe-dark
justin-b-reeves Mar 17, 2026
35cd645
Merge branch 'Ranchero-Software:main' into tiqoe-dark
justin-b-reeves Mar 22, 2026
fb61f09
Remove double underline for light mode, too
justin-b-reeves Mar 22, 2026
321cfbe
Not needed twice
justin-b-reeves Mar 22, 2026
e7ee294
Change table cell border color in stylesheet
justin-b-reeves Mar 22, 2026
99be741
Fix space
justin-b-reeves Mar 22, 2026
5d67e52
Fix styling for horizontal rule
justin-b-reeves Mar 22, 2026
a356cf7
Try to fix hover color for header links in light mode and change ligh…
justin-b-reeves Mar 23, 2026
59aad76
Merge branch 'Ranchero-Software:main' into tiqoe-dark
justin-b-reeves Mar 23, 2026
531e141
Try removing `body a *`
justin-b-reeves Mar 24, 2026
0584607
Make dark all the time
justin-b-reeves Mar 27, 2026
dc1fe83
Merge branch 'Ranchero-Software:main' into tiqoe-dark
justin-b-reeves Mar 27, 2026
1a330b4
Substack image icons weren’t right/ready
justin-b-reeves Mar 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Shared/Resources/Tiqoe Dark.nnwtheme/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Name</key>
<string>Tiqoe Dark</string>
<key>ThemeIdentifier</key>
<string>justin-reeves.net.themes.tiqoe.dark</string>
<key>CreatorHomePage</key>
<string>https://justin-reeves.net</string>
<key>CreatorName</key>
<string>Justin Reeves</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>
Loading