Skip to content

Instantly share code, notes, and snippets.

@Riari
Riari / blue-and-gold.css
Last active December 3, 2021 14:57
Logseq themes
.dark-theme,
html[data-theme=dark] {
--ls-primary-background-color: #23283e;
--ls-secondary-background-color: #2a304c;
--ls-tertiary-background-color: #2d344d;
--ls-quaternary-background-color: rgba(48, 57, 91, .85);
--ls-table-tr-even-background-color: #282d43;
--ls-active-primary-color: #dbbf7e;
--ls-active-secondary-color: #d6e0f4;
--ls-block-properties-background-color: #06323e;
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
@Riari
Riari / userChrome.css
Last active August 16, 2021 02:57
Firefox userChrome.css
@media (-moz-proton) {
#tabbrowser-tabs {
--proton-tab-block-margin: 0;
--tab-border-radius: 0;
}
.tab-background {
box-shadow: none !important;
margin: 0 !important;
}
@Riari
Riari / css-mysql-integration.html
Created November 30, 2016 16:13
Please don't take this even slightly seriously.
<style>
#db-name {
type: mysql;
hostname: localhost;
user: dylan;
password: boob;
port: 3306;
}
.spoon-name {