summarylogtreecommitdiffstats
path: root/fbtermrc
diff options
context:
space:
mode:
authorivanp72022-01-16 21:10:27 +0300
committerivanp72022-01-16 21:10:27 +0300
commitb5887cc3952a23adce427925a993d6916824c805 (patch)
treeea83add47034e5e686d4e3f5c615e72b06342bf7 /fbtermrc
parent1d6e14e415d0269c8fdc07e18442f0672053d53f (diff)
downloadaur-b5887cc3952a23adce427925a993d6916824c805.tar.gz
feat(color_palette.patch): apply configurable color palette patch
Diffstat (limited to 'fbtermrc')
-rw-r--r--fbtermrc20
1 files changed, 18 insertions, 2 deletions
diff --git a/fbtermrc b/fbtermrc
index cdf76eb8604a..d26db3539e0a 100644
--- a/fbtermrc
+++ b/fbtermrc
@@ -6,7 +6,7 @@
# font family names/pixelsize used by fbterm, multiple font family names must be seperated by ','
# and using a fixed width font as the first is strongly recommended
-font-names=mono
+font-names=xos4 Terminus
font-size=12
# force font width (and/or height), usually for non-fixed width fonts
@@ -18,9 +18,25 @@ font-size=12
# available colors: 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 = cyan, 7 = white
color-foreground=7
color-background=0
+color-0=000000
+color-1=AA0000
+color-2=00AA00
+color-3=AA5500
+color-4=0000AA
+color-5=AA00AA
+color-6=00AAAA
+color-7=AAAAAA
+color-8=555555
+color-9=FF5555
+color-10=55FF55
+color-11=FFFF55
+color-12=5555FF
+color-13=FF55FF
+color-14=55FFFF
+color-15=FFFFFF
# max scroll-back history lines of every window, value must be [0 - 65535], 0 means disable it
-history-lines=1000
+history-lines=0
# up to 5 additional text encodings, multiple encodings must be seperated by ','
# run 'iconv --list' to get available encodings.