move to kitty and FiraCode

This commit is contained in:
lelgenio 2019-10-21 00:35:03 -03:00
parent 05daf28008
commit cfde296c9b
7 changed files with 59 additions and 18 deletions

View File

@ -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,
}

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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;
/*

View File

@ -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