diff --git a/code/.config/Code - OSS/User/settings.json b/code/.config/Code - OSS/User/settings.json index 60777d5..d9e04b4 100644 --- a/code/.config/Code - OSS/User/settings.json +++ b/code/.config/Code - OSS/User/settings.json @@ -11,6 +11,7 @@ // Don't ask "git.autofetch": true, "git.confirmSync": false, + "git.enableSmartCommit": true, "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "files.autoSave": "off", @@ -23,9 +24,10 @@ "vim.foldfix": true, // Fonts - "terminal.integrated.fontFamily": "Roboto Mono", - "editor.fontFamily": "'Roboto Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", + "terminal.integrated.fontFamily": "FiraCode", + "editor.fontFamily": "'FiraCode', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", "editor.fontSize": 15, + "editor.fontLigatures": true, // Vim "vim.normalModeKeyBindings": [ @@ -82,5 +84,4 @@ "statusBar.debuggingBackground": "#202020", "statusBar.foreground": "#fff" }, - "git.enableSmartCommit": true, } diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf new file mode 100644 index 0000000..a60f83f --- /dev/null +++ b/kitty/.config/kitty/kitty.conf @@ -0,0 +1,40 @@ +font_family FiraCode +font_size 12 + +#colors +cursor #cc5757 +background #202020 +background_opacity 0.95 + + +# black +color0 #555555 +color8 #888888 + +# red +color1 #9c3528 +color9 #cc5757 + +# green +color2 #61bc3b +color10 #86df5d + +# yellow +color3 #f3b43a +color11 #fdd75a + +# blue +color4 #0d68a8 +color12 #0f75bd + +# magenta +color5 #744560 +color13 #9e5e83 + +# cyan +color6 #288e9c +color14 #37c3d6 + +# white +color7 #a2a2a2 +color15 #f9f9f9 diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 51ad115..7f911b6 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -206,35 +206,35 @@ c.fonts.completion.entry = '16px Roboto' # Font used in the completion categories. # Type: Font -c.fonts.completion.category = '16px Roboto Mono' +c.fonts.completion.category = '16px FiraCode' # Font used for the debugging console. # Type: QtFont -c.fonts.debug_console = '16px Roboto Mono' +c.fonts.debug_console = '16px FiraCode' # Font used for the downloadbar. # Type: Font -c.fonts.downloads = '16px Roboto Mono' +c.fonts.downloads = '16px FiraCode' # Font used for the hints. # Type: Font -c.fonts.hints = 'bold 16px Roboto Mono' +c.fonts.hints = 'bold 16px FiraCode' # Font used in the keyhint widget. # Type: Font -c.fonts.keyhint = '16px Roboto Mono' +c.fonts.keyhint = '16px FiraCode' # Font used for error messages. # Type: Font -c.fonts.messages.error = '16px Roboto Mono' +c.fonts.messages.error = '16px FiraCode' # Font used for info messages. # Type: Font -c.fonts.messages.info = '16px Roboto Mono' +c.fonts.messages.info = '16px FiraCode' # Font used for warning messages. # Type: Font -c.fonts.messages.warning = '16px Roboto Mono' +c.fonts.messages.warning = '16px FiraCode' # Font used for prompts. # Type: Font @@ -242,7 +242,7 @@ c.fonts.prompts = '16px Roboto' # Font used in the statusbar. # Type: Font -c.fonts.statusbar = '16px Roboto Mono' +c.fonts.statusbar = '16px FiraCode' # Font used in the tab bar. # Type: QtFont diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf index 5c8157d..72477b4 100644 --- a/ranger/.config/ranger/rc.conf +++ b/ranger/.config/ranger/rc.conf @@ -44,7 +44,7 @@ set confirm_on_delete multiple # Use non-default path for file preview script? # ranger ships with scope.sh, a script that calls external programs (see # README.md for dependencies) to preview images, archives, etc. -set preview_script ~/.config/ranger/scope.sh +# set preview_script ~/.config/ranger/scope.sh # Use the external preview script or display simple plain text or image previews? set use_preview_script true @@ -106,7 +106,7 @@ set preview_images true # while slower, this allows remote previews, # for example during an ssh session. # Tmux is unsupported. -set preview_images_method w3m +set preview_images_method kitty # Delay in seconds before displaying an image with the w3m method. # Increase it in case of experiencing display corruption. diff --git a/sway/.config/sway/config b/sway/.config/sway/config index b372176..71e6d9e 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -10,9 +10,9 @@ set $up k set $right l - set $term termite + set $term kitty set $menu swaymsg exec 'rofi -show drun -display-drun Iniciar:' - font pango:Roboto 14px + font pango:FiraCode 14px # # Output configuration diff --git a/sway/.config/waybar/style.css b/sway/.config/waybar/style.css index 120e4a5..ec1a549 100644 --- a/sway/.config/waybar/style.css +++ b/sway/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: Roboto, Helvetica, Arial, sans-serif; + font-family: sans-serif; font-size: 14px; min-height: 0; /* diff --git a/theme/.config/gtk-3.0/settings.ini b/theme/.config/gtk-3.0/settings.ini index 65cdb29..b7f9e5f 100644 --- a/theme/.config/gtk-3.0/settings.ini +++ b/theme/.config/gtk-3.0/settings.ini @@ -3,7 +3,7 @@ gtk-application-prefer-dark-theme=0 gtk-button-images=1 gtk-cursor-theme-name=capitaine-cursors gtk-fallback-icon-theme=ePapirus -gtk-font-name=Roboto 12 +gtk-font-name=Open Sans 12 gtk-icon-theme-name=Papirus-Dark gtk-menu-images=1 gtk-primary-button-warps-slider=0