Skip to content

Instantly share code, notes, and snippets.

View MatchaChoco010's full-sized avatar
🐟
I'm thinking of the deep sea.

Orito Itsuki MatchaChoco010

🐟
I'm thinking of the deep sea.
View GitHub Profile
@MatchaChoco010
MatchaChoco010 / README.md
Last active June 13, 2021 06:01
自分用MastodonカスタムCSS

自分用MastodonカスタムCSS

自分用のカスタムCSSです。 ハイコントラストのテーマを上書きしています。

screenshot screenshot screenshot

いろいろ適当なので設定漏れとかも多々ありそう。

@MatchaChoco010
MatchaChoco010 / toolbar.cson
Created June 16, 2017 15:58
Atomのflex-toolbarの設定ファイルtoolbar.cson
[
# {
# type: "button"
# icon: ""
# iconset: ""
# callback: ""
# tooltip: ""
# style: {
# color: "#fff"
# }
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->