diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-25 19:26:18 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-25 19:26:18 +0100 |
| commit | 26247e6cee54a1cc06129de47e33fdfc10ecb8d5 (patch) | |
| tree | f1430dedf86a65f0005701f0d13e4228452dd579 /system | |
| parent | 3c8faa4b0818efbf84b35fd65c238023c6962ca8 (diff) | |
Setup vt with Gruvbox colors
Diffstat (limited to 'system')
| -rw-r--r-- | system/loader.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/loader.conf b/system/loader.conf index 18e0b70..e9525ea 100644 --- a/system/loader.conf +++ b/system/loader.conf @@ -30,3 +30,21 @@ vfs.zfs.arc_max="2147483648" # Set Minimum for ZFS ARC vfs.zfs.arc_min="1073741824" + +# Terminal vt(4) Gruvbox colors +kern.vt.color.0.rgb="#000000" +kern.vt.color.1.rgb="#cc241d" +kern.vt.color.2.rgb="#98971a" +kern.vt.color.3.rgb="#d79921" +kern.vt.color.4.rgb="#458588" +kern.vt.color.5.rgb="#b16286" +kern.vt.color.6.rgb="#689d6a" +kern.vt.color.7.rgb="#a89984" +kern.vt.color.8.rgb="#928374" +kern.vt.color.9.rgb="#fb4934" +kern.vt.color.10.rgb="#b8bb26" +kern.vt.color.11.rgb="#fabd2f" +kern.vt.color.12.rgb="#83a598" +kern.vt.color.13.rgb="#d3869b" +kern.vt.color.14.rgb="#8ec07c" +kern.vt.color.15.rgb="#ebdbb2" |
