diff --git a/README.md b/README.md index 7807445..c5f1cdb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The Arch Linux package to install is between parentheses. * Dunst ([community/dunst](https://www.archlinux.org/packages/community/x86_64/dunst/), notification daemon) * Polybar ([aur/polybar](https://aur.archlinux.org/packages/polybar), system bar) * python-notify2 ([aur/python-notify2](https://aur.archlinux.org/packages/python-notify2/), library to send notifications) -* Mozilla's Fira fonts ([community/otf-fira-mono](https://www.archlinux.org/packages/community/x86_64/otf-fira-mono/) and [community/otf-fira-sans](https://www.archlinux.org/packages/community/x86_64/otf-fira-sans/)) +* Mozilla's Fira fonts ([community/otf-fira-code](https://www.archlinux.org/packages/community/x86_64/otf-fira-code/), [community/otf-fira-mono](https://www.archlinux.org/packages/community/x86_64/otf-fira-mono/) and [community/otf-fira-sans](https://www.archlinux.org/packages/community/x86_64/otf-fira-sans/)) * xfce4-terminal ([extra/xfce4-terminal](https://www.archlinux.org/packages/extra/x86_64/xfce4-terminal/), but you can choose your own terminal of course if you want) * NeoVim ([community/neovim](https://www.archlinux.org/packages/community/x86_64/neovim/), text editor) * par ([aur/par](https://aur.archlinux.org/packages/par/) for nice text reflowing) diff --git a/xfce4-terminal/terminalrc b/xfce4-terminal/terminalrc index b5a6bb2..4e49f8e 100644 --- a/xfce4-terminal/terminalrc +++ b/xfce4-terminal/terminalrc @@ -23,10 +23,10 @@ MiscCopyOnSelect=FALSE MiscDefaultWorkingDir= MiscRewrapOnResize=TRUE MiscUseShiftArrowsToScroll=FALSE -MiscSlimTabs=FALSE +MiscSlimTabs=TRUE CustomCommand=/usr/bin/zsh ScrollingOnOutput=FALSE -FontName=Fira Mono 13 +FontName=Fira Code 13 ColorPalette=rgb(63,63,63);rgb(210,74,74);rgb(96,180,138);rgb(223,175,143);rgb(154,184,215);rgb(220,140,195);rgb(140,208,211);rgb(235,235,235);rgb(85,87,83);rgb(215,120,120);rgb(114,213,163);rgb(240,223,175);rgb(148,191,243);rgb(236,147,211);rgb(147,224,227);rgb(255,255,255) ColorForeground=#f3f3f3f3f3f3 ColorBackground=#000000000000