[terminal] Change to Fira Code
This commit is contained in:
parent
a84ead11ba
commit
01f4c2df7e
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
* 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)
|
* 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)
|
* 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)
|
* 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)
|
* 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)
|
* par ([aur/par](https://aur.archlinux.org/packages/par/) for nice text reflowing)
|
||||||
|
|
|
@ -23,10 +23,10 @@ MiscCopyOnSelect=FALSE
|
||||||
MiscDefaultWorkingDir=
|
MiscDefaultWorkingDir=
|
||||||
MiscRewrapOnResize=TRUE
|
MiscRewrapOnResize=TRUE
|
||||||
MiscUseShiftArrowsToScroll=FALSE
|
MiscUseShiftArrowsToScroll=FALSE
|
||||||
MiscSlimTabs=FALSE
|
MiscSlimTabs=TRUE
|
||||||
CustomCommand=/usr/bin/zsh
|
CustomCommand=/usr/bin/zsh
|
||||||
ScrollingOnOutput=FALSE
|
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)
|
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
|
ColorForeground=#f3f3f3f3f3f3
|
||||||
ColorBackground=#000000000000
|
ColorBackground=#000000000000
|
||||||
|
|
Loading…
Reference in a new issue