Skip to content

Instantly share code, notes, and snippets.

View HCY-ASLEEP's full-sized avatar
😆

HCY-ASLEEP HCY-ASLEEP

😆
View GitHub Profile
@IgnacioHeredia
IgnacioHeredia / zettlr.css
Last active January 29, 2024 08:36
CSS to make the Zettlr editor look prettier
/*
Use paired with Bielefeld theme in dark mode
See also: https://github.com/Zettlr/Zettlr/discussions/2863
*/
/* ----------------- */
/* Light mode styles */
/* ----------------- */
.CodeMirror .cm-quote {
@r-darwish
r-darwish / theme.yml
Created December 27, 2018 08:25
Alacritty One Dark Theme
colors:
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
@romainl
romainl / redir.md
Last active November 14, 2024 18:54
Redirect the output of a Vim or external command into a scratch buffer

Redirect the output of a Vim or external command into a scratch buffer

Usage (any shell)

Show full output of command :hi in scratch window:

:Redir hi

Show full output of command :!ls -al in scratch window: