{
 "id": "lf",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.colors",
     "path": "digitable-focus-carbon.colors",
     "lang": "lf",
     "bytes": 1951,
     "lines": 86,
     "text": "# Digitable Focus Carbon for lf 0.1.0\n# Palette: Digitable Workbench, dark variant.\n# Values are ANSI SGR parameters; 38;2;R;G;B is 24-bit colour, 01 is bold.\n# Install as ~/.config/lf/colors\n\n# File types, matched after names and extensions\ndi       01;38;2;0;229;229\nfi       38;2;245;247;250\nex       01;38;2;124;255;107\nln       38;2;60;169;255\nor       01;38;2;255;91;91\npi       38;2;255;194;71\nso       38;2;182;92;255\nbd       38;2;255;138;42\ncd       38;2;255;138;42\nsu       01;38;2;255;138;42\nsg       01;38;2;255;138;42\ntw       01;38;2;0;229;229\now       01;38;2;0;229;229\nst       01;38;2;0;229;229\n\n# Repository metadata\n.git/    38;2;113;134;149\n\n# Archives\n*.tar    38;2;255;91;91\n*.tgz    38;2;255;91;91\n*.gz     38;2;255;91;91\n*.bz2    38;2;255;91;91\n*.xz     38;2;255;91;91\n*.zst    38;2;255;91;91\n*.zip    38;2;255;91;91\n*.rar    38;2;255;91;91\n*.7z     38;2;255;91;91\n\n# Images and video\n*.png    38;2;182;92;255\n*.jpg    38;2;182;92;255\n*.jpeg   38;2;182;92;255\n*.gif    38;2;182;92;255\n*.bmp    38;2;182;92;255\n*.webp   38;2;182;92;255\n*.svg    38;2;182;92;255\n*.mp4    38;2;182;92;255\n*.mkv    38;2;182;92;255\n*.webm   38;2;182;92;255\n*.mov    38;2;182;92;255\n\n# Audio\n*.mp3    38;2;255;138;42\n*.flac   38;2;255;138;42\n*.ogg    38;2;255;138;42\n*.opus   38;2;255;138;42\n*.wav    38;2;255;138;42\n*.m4a    38;2;255;138;42\n\n# Documents\n*.pdf    38;2;60;169;255\n*.djvu   38;2;60;169;255\n*.epub   38;2;60;169;255\n*.doc    38;2;60;169;255\n*.docx   38;2;60;169;255\n*.odt    38;2;60;169;255\n\n# Fonts\n*.ttf    38;2;0;216;255\n*.otf    38;2;0;216;255\n*.woff   38;2;0;216;255\n*.woff2  38;2;0;216;255\n\n# Configuration\n*.json   38;2;255;194;71\n*.toml   38;2;255;194;71\n*.yml    38;2;255;194;71\n*.yaml   38;2;255;194;71\n*.ini    38;2;255;194;71\n*.conf   38;2;255;194;71\n\n# Build output\n*.o      38;2;113;134;149\n*.so     38;2;113;134;149\n*.a      38;2;113;134;149\n*.pyc    38;2;113;134;149\n*.class  38;2;113;134;149\n*.lock   38;2;113;134;149\n"
    },
    {
     "name": "digitable-focus-carbon.lfrc",
     "path": "digitable-focus-carbon.lfrc",
     "lang": "lf",
     "bytes": 1029,
     "lines": 22,
     "text": "# Digitable Focus Carbon for lf 0.1.0\n# The parts of the interface the colors file does not reach.\n# Source this from ~/.config/lf/lfrc.\n\n# user@host:path/file\nset promptfmt \"\\033[1;38;2;124;255;107m%u@%h\\033[0m:\\033[1;38;2;0;229;229m%d\\033[0m\\033[1;38;2;245;247;250m%f\\033[0m\"\n\n# Cursor lines: background only, so the entry keeps its own colour\nset cursoractivefmt \"\\033[1;48;2;10;29;38m\"\nset cursorparentfmt \"\\033[48;2;7;20;30m\"\nset cursorpreviewfmt \"\\033[4;48;2;7;20;30m\"\n\n# Frames, line numbers, tags and errors\nset borderfmt \"\\033[38;2;21;86;106m\"\nset numberfmt \"\\033[38;2;113;134;149m\"\nset tagfmt \"\\033[1;38;2;255;138;42m\"\nset errorfmt \"\\033[1;38;2;5;8;13;48;2;255;91;91m\"\n\n# Bottom line: permissions in the accent, then the counters\nset statfmt \"\\033[38;2;0;229;229m%p\\033[0m| %c| %u| %g| %S| %t| -> %l\"\nset rulerfmt \"%a  |%p  |\\033[38;2;5;8;13;48;2;255;91;91m %m \\033[0m  |\\033[38;2;5;8;13;48;2;255;194;71m %c \\033[0m  |\\033[38;2;5;8;13;48;2;182;92;255m %s \\033[0m  |\\033[38;2;5;8;13;48;2;60;169;255m %f \\033[0m  |%i/%t\"\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.colors",
     "path": "digitable-focus-paper.colors",
     "lang": "lf",
     "bytes": 1898,
     "lines": 86,
     "text": "# Digitable Focus Paper for lf 0.1.0\n# Palette: Digitable Workbench, light variant.\n# Values are ANSI SGR parameters; 38;2;R;G;B is 24-bit colour, 01 is bold.\n# Install as ~/.config/lf/colors\n\n# File types, matched after names and extensions\ndi       01;38;2;0;124;131\nfi       38;2;16;32;42\nex       01;38;2;40;122;54\nln       38;2;0;103;168\nor       01;38;2;180;35;46\npi       38;2;138;91;0\nso       38;2;113;57;163\nbd       38;2;165;74;0\ncd       38;2;165;74;0\nsu       01;38;2;165;74;0\nsg       01;38;2;165;74;0\ntw       01;38;2;0;124;131\now       01;38;2;0;124;131\nst       01;38;2;0;124;131\n\n# Repository metadata\n.git/    38;2;95;116;128\n\n# Archives\n*.tar    38;2;180;35;46\n*.tgz    38;2;180;35;46\n*.gz     38;2;180;35;46\n*.bz2    38;2;180;35;46\n*.xz     38;2;180;35;46\n*.zst    38;2;180;35;46\n*.zip    38;2;180;35;46\n*.rar    38;2;180;35;46\n*.7z     38;2;180;35;46\n\n# Images and video\n*.png    38;2;113;57;163\n*.jpg    38;2;113;57;163\n*.jpeg   38;2;113;57;163\n*.gif    38;2;113;57;163\n*.bmp    38;2;113;57;163\n*.webp   38;2;113;57;163\n*.svg    38;2;113;57;163\n*.mp4    38;2;113;57;163\n*.mkv    38;2;113;57;163\n*.webm   38;2;113;57;163\n*.mov    38;2;113;57;163\n\n# Audio\n*.mp3    38;2;165;74;0\n*.flac   38;2;165;74;0\n*.ogg    38;2;165;74;0\n*.opus   38;2;165;74;0\n*.wav    38;2;165;74;0\n*.m4a    38;2;165;74;0\n\n# Documents\n*.pdf    38;2;0;103;168\n*.djvu   38;2;0;103;168\n*.epub   38;2;0;103;168\n*.doc    38;2;0;103;168\n*.docx   38;2;0;103;168\n*.odt    38;2;0;103;168\n\n# Fonts\n*.ttf    38;2;0;110;120\n*.otf    38;2;0;110;120\n*.woff   38;2;0;110;120\n*.woff2  38;2;0;110;120\n\n# Configuration\n*.json   38;2;138;91;0\n*.toml   38;2;138;91;0\n*.yml    38;2;138;91;0\n*.yaml   38;2;138;91;0\n*.ini    38;2;138;91;0\n*.conf   38;2;138;91;0\n\n# Build output\n*.o      38;2;95;116;128\n*.so     38;2;95;116;128\n*.a      38;2;95;116;128\n*.pyc    38;2;95;116;128\n*.class  38;2;95;116;128\n*.lock   38;2;95;116;128\n"
    },
    {
     "name": "digitable-focus-paper.lfrc",
     "path": "digitable-focus-paper.lfrc",
     "lang": "lf",
     "bytes": 1017,
     "lines": 22,
     "text": "# Digitable Focus Paper for lf 0.1.0\n# The parts of the interface the colors file does not reach.\n# Source this from ~/.config/lf/lfrc.\n\n# user@host:path/file\nset promptfmt \"\\033[1;38;2;40;122;54m%u@%h\\033[0m:\\033[1;38;2;0;124;131m%d\\033[0m\\033[1;38;2;16;32;42m%f\\033[0m\"\n\n# Cursor lines\nset cursoractivefmt \"\\033[1;38;2;16;32;42;48;2;200;233;236m\"\nset cursorparentfmt \"\\033[48;2;233;243;244m\"\nset cursorpreviewfmt \"\\033[4;48;2;233;243;244m\"\n\n# Frames, line numbers, tags and errors\nset borderfmt \"\\033[38;2;169;194;201m\"\nset numberfmt \"\\033[38;2;95;116;128m\"\nset tagfmt \"\\033[1;38;2;165;74;0m\"\nset errorfmt \"\\033[1;38;2;244;247;248;48;2;180;35;46m\"\n\n# Bottom line: permissions in the accent, then the counters\nset statfmt \"\\033[38;2;0;124;131m%p\\033[0m| %c| %u| %g| %S| %t| -> %l\"\nset rulerfmt \"%a  |%p  |\\033[38;2;244;247;248;48;2;180;35;46m %m \\033[0m  |\\033[38;2;244;247;248;48;2;138;91;0m %c \\033[0m  |\\033[38;2;244;247;248;48;2;113;57;163m %s \\033[0m  |\\033[38;2;244;247;248;48;2;0;103;168m %f \\033[0m  |%i/%t\"\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.colors",
     "path": "digitable-focus-signal.colors",
     "lang": "lf",
     "bytes": 1962,
     "lines": 86,
     "text": "# Digitable Focus Signal for lf 0.1.0\n# Palette: Digitable Workbench, dark variant.\n# Values are ANSI SGR parameters; 38;2;R;G;B is 24-bit colour, 01 is bold.\n# Install as ~/.config/lf/colors\n\n# File types, matched after names and extensions\ndi       01;38;2;0;255;255\nfi       38;2;255;255;255\nex       01;38;2;124;255;0\nln       38;2;85;170;255\nor       01;38;2;255;77;90\npi       38;2;255;216;0\nso       38;2;228;122;255\nbd       38;2;255;157;61\ncd       38;2;255;157;61\nsu       01;38;2;255;157;61\nsg       01;38;2;255;157;61\ntw       01;38;2;0;255;255\now       01;38;2;0;255;255\nst       01;38;2;0;255;255\n\n# Repository metadata\n.git/    38;2;168;182;191\n\n# Archives\n*.tar    38;2;255;77;90\n*.tgz    38;2;255;77;90\n*.gz     38;2;255;77;90\n*.bz2    38;2;255;77;90\n*.xz     38;2;255;77;90\n*.zst    38;2;255;77;90\n*.zip    38;2;255;77;90\n*.rar    38;2;255;77;90\n*.7z     38;2;255;77;90\n\n# Images and video\n*.png    38;2;228;122;255\n*.jpg    38;2;228;122;255\n*.jpeg   38;2;228;122;255\n*.gif    38;2;228;122;255\n*.bmp    38;2;228;122;255\n*.webp   38;2;228;122;255\n*.svg    38;2;228;122;255\n*.mp4    38;2;228;122;255\n*.mkv    38;2;228;122;255\n*.webm   38;2;228;122;255\n*.mov    38;2;228;122;255\n\n# Audio\n*.mp3    38;2;255;157;61\n*.flac   38;2;255;157;61\n*.ogg    38;2;255;157;61\n*.opus   38;2;255;157;61\n*.wav    38;2;255;157;61\n*.m4a    38;2;255;157;61\n\n# Documents\n*.pdf    38;2;85;170;255\n*.djvu   38;2;85;170;255\n*.epub   38;2;85;170;255\n*.doc    38;2;85;170;255\n*.docx   38;2;85;170;255\n*.odt    38;2;85;170;255\n\n# Fonts\n*.ttf    38;2;102;255;255\n*.otf    38;2;102;255;255\n*.woff   38;2;102;255;255\n*.woff2  38;2;102;255;255\n\n# Configuration\n*.json   38;2;255;216;0\n*.toml   38;2;255;216;0\n*.yml    38;2;255;216;0\n*.yaml   38;2;255;216;0\n*.ini    38;2;255;216;0\n*.conf   38;2;255;216;0\n\n# Build output\n*.o      38;2;168;182;191\n*.so     38;2;168;182;191\n*.a      38;2;168;182;191\n*.pyc    38;2;168;182;191\n*.class  38;2;168;182;191\n*.lock   38;2;168;182;191\n"
    },
    {
     "name": "digitable-focus-signal.lfrc",
     "path": "digitable-focus-signal.lfrc",
     "lang": "lf",
     "bytes": 1025,
     "lines": 22,
     "text": "# Digitable Focus Signal for lf 0.1.0\n# The parts of the interface the colors file does not reach.\n# Source this from ~/.config/lf/lfrc.\n\n# user@host:path/file\nset promptfmt \"\\033[1;38;2;124;255;0m%u@%h\\033[0m:\\033[1;38;2;0;255;255m%d\\033[0m\\033[1;38;2;255;255;255m%f\\033[0m\"\n\n# Cursor lines: background only, so the entry keeps its own colour\nset cursoractivefmt \"\\033[1;48;2;0;43;43m\"\nset cursorparentfmt \"\\033[48;2;11;23;26m\"\nset cursorpreviewfmt \"\\033[4;48;2;11;23;26m\"\n\n# Frames, line numbers, tags and errors\nset borderfmt \"\\033[38;2;102;255;255m\"\nset numberfmt \"\\033[38;2;168;182;191m\"\nset tagfmt \"\\033[1;38;2;255;157;61m\"\nset errorfmt \"\\033[1;38;2;0;0;0;48;2;255;77;90m\"\n\n# Bottom line: permissions in the accent, then the counters\nset statfmt \"\\033[38;2;0;255;255m%p\\033[0m| %c| %u| %g| %S| %t| -> %l\"\nset rulerfmt \"%a  |%p  |\\033[38;2;0;0;0;48;2;255;77;90m %m \\033[0m  |\\033[38;2;0;0;0;48;2;255;216;0m %c \\033[0m  |\\033[38;2;0;0;0;48;2;228;122;255m %s \\033[0m  |\\033[38;2;0;0;0;48;2;85;170;255m %f \\033[0m  |%i/%t\"\n"
    }
   ]
  }
 ]
}
