236:002ca6c07e8c
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:00:24 +0400
.vimrc: make comments slightly brighter (when running in cterm mode) Also explicitly use the original, not rehashed colors. My color tweaks probably only apply to one scheme anyway.

previous change 106:3f4d203fe46f

fonts/local.conf

Permissions: -rw-r--r--

Other formats: Feeds:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>none</const>
</edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcdnone</const>
</edit>
</match>
</fontconfig>