X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.def.h;h=bee5b12536ce85233f9f7933e1109144c6ca1d13;hb=8e5eb10c40b75df8ebc6f8545305789d7fda1e53;hp=d598b7056a136eb0cf6b43bd0347179f8770e9b5;hpb=b7bacd44443e65b9a9a4f2ea00fab29c775dd0db;p=st.git diff --git a/config.def.h b/config.def.h index d598b70..bee5b12 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Medium NF:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -93,27 +93,28 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; -/* Terminal colors (16 first used in escape sequence) */ +/* Terminal colors (16 first used in escape sequence). + Modus Operandi theme. */ static const char *colorname[] = { /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", + "#000000", // black + "#ff8059", // red + "#00fc50", // green + "#eecc00", // yellow + "#29aeff", // blue + "#feacd0", // magenta + "#00d3d0", // cyan + "#ffffff", // white /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", + "#555555", // black + "#ffa0a0", // red + "#88cf88", // green + "#d2b580", // yellow + "#92baff", // blue + "#e0b2d6", // magenta + "#a0bfdf", // cyan + "#ffffff", // white [255] = 0, @@ -199,7 +200,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, - { MODKEY, XK_l, copyurl, {.i = 0} }, + { MODKEY, XK_c, copyurl, {.i = 0} }, }; /*