Skip to content

Instantly share code, notes, and snippets.

View smpb's full-sized avatar
🫥
"my hovercraft is full of eels"

Sérgio Bernardino smpb

🫥
"my hovercraft is full of eels"
View GitHub Profile
@smpb
smpb / LC_COLORS.md
Created January 15, 2024 15:17 — forked from thomd/LC_COLORS.md
LSCOLORS & LS_COLORS

alternatively use: http://geoff.greer.fm/lscolors/

LSCOLORS

The value of this variable describes what color to use for which attribute when colors are enabled with CLICOLOR. This string is a concatenation of pairs of the format fb, where f is the foreground color and b is the background color.

The color designators are as follows:

a black

@smpb
smpb / AtomOneDark.js
Created May 31, 2024 01:32 — forked from viacommits/AtomOneDark.js
Blink shell Atom One Dark theme
black = '#282c34';
red = '#e06c75'; // red
green = '#98c379'; // green
yellow = '#d19a66'; // yellow
blue = '#56b6c2'; // blue
magenta = '#c678dd'; // pink
cyan = '#56b6c2'; // cyan
white = '#d0d0d0'; // light gray
lightBlack = '#808080'; // medium gray
lightRed = '#e06c75'; // red
@smpb
smpb / OneDark.json
Created June 1, 2024 00:28
iSh shell Atom One Dark theme.
{
"appearance" : {
"darkOverride" : false,
"lightOverride" : true
},
"shared" : {
"backgroundColor" : "#282c34",
"colorPaletteOverrides" : [
"#282c34",
"#e06c75",