From 7eef3d462b46a5d8c8124e0e90aefe3b9c09a71f Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 9 Aug 2025 09:45:54 +0200 Subject: [PATCH] .config/xterm --- .config/xterm/xtermrc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/xterm/xtermrc diff --git a/.config/xterm/xtermrc b/.config/xterm/xtermrc new file mode 100644 index 0000000..dc84f87 --- /dev/null +++ b/.config/xterm/xtermrc @@ -0,0 +1,35 @@ +! Configuración de fuente +XTerm*faceName: UbuntuMono Nerd Font +XTerm*faceSize: 12 +XTerm*boldFace: UbuntuMono Nerd Font +XTerm*italicFace: UbuntuMono Nerd Font +XTerm*boldItalicFace: UbuntuMono Nerd Font + +! Configuración del cursor +XTerm*cursorColor: #cccccc +XTerm*cursorShape: 2 +XTerm*cursorThickness: 1.8 + +! Colores del tema +XTerm*foreground: #abb2bf +XTerm*background: #1e2127 +XTerm*color0: #282c34 +XTerm*color1: #d19a66 +XTerm*color2: #98c379 +XTerm*color3: #d19a66 +XTerm*color4: #61afef +XTerm*color5: #c678dd +XTerm*color6: #98c379 +XTerm*color7: #979eab +XTerm*color8: #393e48 +XTerm*color9: #e06c75 +XTerm*color10: #98c379 +XTerm*color11: #c678dd +XTerm*color12: #61afef +XTerm*color13: #c678dd +XTerm*color14: #56b6c2 +XTerm*color15: #abb2bf + +! Colores de selección +XTerm*selectionForeground: #1e2127 +XTerm*selectionBackground: #abb2bf