diff options
author | Adrian Kummerlaender | 2015-05-17 15:05:48 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2015-05-17 15:05:48 +0200 |
commit | e39e391f43efdd89131d97205d21cf43dbeb0679 (patch) | |
tree | c2fdf4f314d2a4aac315d35213450425d78c0145 /pentadactyl/.pentadactylrc | |
parent | 1015fac6c8beb41fc8b4ee8735390c7093e74625 (diff) | |
download | dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.gz dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.bz2 dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.lz dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.xz dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.zst dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.zip |
Added custom fish prompt and changed font
* replaced the Droid family with Dejavu as it offers better readability and e.g. 0 and O are displayed differently
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-rw-r--r-- | pentadactyl/.pentadactylrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 9a06002..dda4cf8 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -12,7 +12,7 @@ hi clear hi s_greenfont color:#aadb0f; hi s_palegreenfont color:#909737; hi s_grayback background:#161616; -hi s_normal font-size:14px; font-family:Droid Sans Mono; +hi s_normal font-size:14px; font-family:Dejavu Sans Mono; hi -link=s_normal,s_grayback,s_palegreenfont Normal border-top:1px solid #909737; hi -link=s_normal,s_grayback,s_palegreenfont StatusLine |