Skip to content

Instantly share code, notes, and snippets.

View Altariarite's full-sized avatar

Yuanting Mao Altariarite

  • University of Edinburgh
  • Edinburgh
View GitHub Profile
@Altariarite
Altariarite / gist:245c5701dcdf11ff9bc06cb1f6e545e8
Created February 1, 2023 00:25
Color settings for Borealis
"workbench.colorCustomizations": {
"[Borealis]": {
"editorBracketHighlight.foreground1": "#EEDDAF",
"editorBracketHighlight.foreground2": "#90AE6E",
"editorBracketHighlight.foreground3": "#F9D7D5",
"editorBracketHighlight.unexpectedBracket.foreground": "#ee716f",
"statusBar.background": "#282C33",
"statusBar.noFolderBackground": "#282C33",
"statusBar.debuggingBackground": "#ee716f"
}
@Altariarite
Altariarite / amortize_over.py
Created August 20, 2022 13:41 — forked from cdjk/amortize_over.py
amortize_over beancount plugin
# Copyright (c) 2017 Cary Kempston
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all