Skip to content

Instantly share code, notes, and snippets.

View arthurpbarros's full-sized avatar

Arthur Barros arthurpbarros

  • IFRN
  • Natal/RN - Brasil
View GitHub Profile
@jaimergp
jaimergp / config-highlight.cfg
Last active May 27, 2024 12:16
Dark highlighting theme for Python IDLE based on SublimeText's Monokai color scheme
# Place this file inside your ~/.idlerc/ folder
# or paste its contents inside
# /path/to/python/idlelib/config-highlight.def
# Adapted from SublimeText's Monokai
[monokai]
normal-foreground= #F8F8F2
normal-background= #272822
keyword-foreground= #F92672
keyword-background= #272822
@arthurpbarros
arthurpbarros / nginx.conf
Last active June 11, 2023 17:20
Configuração do Nginx para hospedar arquivos de build do VueJS
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;