dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit aebb402a8868bd9c6ef14f4da98d880458ec4890
parent eb76c791441a558abc04c47571868fc84c3822e7
Author: Ashymad <czilukim@o2.pl>
Date:   Sat, 25 Aug 2018 17:44:27 +0200

Code New Roman font

Diffstat:
Memacs/.emacs.d/init.el | 4++--
Mkitty/.config/kitty/kitty.conf | 15+++++----------
Mmlterm/.mlterm/aafont | 2+-
Mmlterm/.mlterm/main | 6+++---
Mst/.st/config.h | 2+-
5 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -134,7 +134,7 @@ '(ansi-color-faces-vector [default default default italic underline success warning error]) '(ansi-color-names-vector - ["#282c34" "#ff6c6b" "#98be65" "#da8548" "#61afef" "#c678dd" "#1f5582" "#abb2bf"]) + ["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"]) '(custom-enabled-themes (quote (zerodark))) '(custom-safe-themes (quote @@ -149,4 +149,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:family "Fira Code" :foundry "CTDB" :slant normal :weight normal :height 143 :width normal))))) + '(default ((t (:family "Code New Roman" :foundry "CNR " :slant normal :weight normal :height 143 :width normal))))) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf @@ -11,32 +11,27 @@ # # You can get a list of full family names available on your computer by running # kitty list-fonts -font_family Fira Code -#italic_font monofur italic -#bold_font spacefurs-mono +font_family Code New Roman +italic_font Code New Roman italic +bold_font Code New Roman bold bold_italic_font auto # Font size (in pts) font_size 14.0 -# The amount the font size is changed by (in pts) when increasing/decreasing -# the font size in a running terminal. -font_size_delta 2 - - # Adjust the cell dimensions. # You can use either numbers, which are interpreted as pixels or percentages # (number followed by %), which are interpreted as percentages of the # unmodified values. You can use negative pixels or percentages less than # 100% to reduce sizes (but this might cause rendering artifacts). -adjust_line_height 0 +adjust_line_height 90% adjust_column_width 0 # Change the sizes of the lines used for the box drawing unicode characters # These values are in pts. They will be scaled by the monitor DPI to arrive at # a pixel value. There must be four values corresponding to thin, normal, thick, # and very thick lines; -box_drawing_scale 0.001, 1, 1.5, 2 +# box_drawing_scale 0.001, 1, 1.5, 2 # The foreground color foreground #a8a8a8 diff --git a/mlterm/.mlterm/aafont b/mlterm/.mlterm/aafont @@ -1,4 +1,4 @@ -DEFAULT=Monofur Nerd Font +DEFAULT=Code New Roman #ISO8859_1=Courier 10 Pitch #ISO8859_2=Thryomanes diff --git a/mlterm/.mlterm/main b/mlterm/.mlterm/main @@ -78,19 +78,19 @@ termtype = mlterm-256color # console_encoding = auto # -- Font -- -fontsize = 22 +fontsize = 16 # font_size_range = 6-30 # step_in_changing_font_size = 1 -# use_point_size = false +use_point_size = true # use_variable_column_width = false # type_engine = cairo -# use_anti_alias = false +# use_anti_alias = true # use_cp932_ucs_for_xft = true diff --git a/st/.st/config.h b/st/.st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Monofur Nerd Font:size=16:antialias=true:autohint=true"; +static char *font = "Code New Roman:size=14:antialias=true:autohint=true"; static int borderpx = 2; /*