Skip to content

Instantly share code, notes, and snippets.

@gustavomedeiross
Last active November 3, 2020 01:26
Show Gist options
  • Save gustavomedeiross/b0eea7e2b52c5d5651173366e6d119a0 to your computer and use it in GitHub Desktop.
Save gustavomedeiross/b0eea7e2b52c5d5651173366e6d119a0 to your computer and use it in GitHub Desktop.
#
# /---------| |-- /--| * mendes13 - Gustavo Mendes de Medeiros
# | /-------| | \ / | * GitHub: https://www.github.com/mendes13
# | | | \ \ / /| |
# | | |---\ | | | \__/ | | My .vimrc configuration file, feel free to try
# | \-----/ | | | | | it out! Keep in mind that I do use Vim Plug as
# \---------/ |_| |_| my plugin manager, so don't forget to install it!
#
[options]
allow_bold = true
#audible_bell = false
clickable_url = true
#dynamic_title = true
font = DejaVu Sans Mono Nerd Font 11
#fullscreen = true
geometry = 2000x802
icon_name = terminal
#mouse_autohide = false
#scroll_on_output = false
#scroll_on_keystroke = true
# Length of the scrollback buffer, 0 disabled the scrollback buffer
# and setting it to a negative value means "infinite scrollback"
scrollback_lines = 10000
#search_wrap = true
#urgent_on_bell = true
# $BROWSER is used by default if set, with xdg-open as a fallback
browser = lynx
# "system", "on" or "off"
#cursor_blink = system
# "block", "underline" or "ibeam"
#cursor_shape = block
# Hide links that are no longer valid in url select overlay mode
#filter_unmatched_urls = true
# Emit escape sequences for extra modified keys
#modify_other_keys = false
# set size hints for the window
#size_hints = false
# "off", "left" or "right"
#scrollbar = off
[colors]
# hard contrast: background = #1d2021
# background = #282828
background = rgba(40, 40, 40, 0.9)
# soft contrast: background = #32302f foreground = #ebdbb2
foreground_bold = #ebdbb2
# dark0 + gray
color0 = #282828
color8 = #928374
# neutral_red + bright_red
color1 = #cc241d
color9 = #fb4934
# neutral_green + bright_green
color2 = #98971a
color10 = #b8bb26
# neutral_yellow + bright_yellow
color3 = #d79921
color11 = #fabd2f
# neutral_blue + bright_blue
color4 = #458588
color12 = #83a598
# neutral_purple + bright_purple
color5 = #b16286
color13 = #d3869b
# neutral_aqua + faded_aqua
color6 = #689d6a
color14 = #8ec07c
# light4 + light1
color7 = #a89984
color15 = #ebdbb2
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment