Skip to content

Instantly share code, notes, and snippets.

@tofi86
tofi86 / custom.css
Created January 4, 2023 21:22 — forked from jenningsb2/custom.css
My current CSS theme for Logseq
/* adapted from https://gist.github.com/jenningsb2/c046638de24287cb61c6d19fb611c961 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&family=IBM+Plex+Serif:ital@0;1&display=swap');
:root {
--highlight-color: #ffdb8a;
}
/* Tags */
a.tag {
@tofi86
tofi86 / CompareTools.plist
Created February 14, 2019 15:16 — forked from joewiz/CompareTools.plist
Add oXygen as Diff & Merge Tool for Git Tower
<?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">
<array>
<dict>
<key>ApplicationIdentifier</key>
<string>ro.sync.exml.DiffDirs</string>
<key>ApplicationName</key>
<string>Diff Directories</string>