This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include themer-dark.conf | |
cursor_shape beam | |
cursor_beam_thickness 2 | |
#FONT STUFF | |
font_size 14.0 | |
font_family Fira Code | |
italic_font Fira Mono | |
bold_italic_font Fira Mono |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# | |
# Animations # | |
################################# | |
# requires https://github.com/jonaburg/picom | |
# (These are also the default values) | |
transition-length = 300 | |
transition-pow-x = 0.1 | |
transition-pow-y = 0.1 | |
transition-pow-w = 0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if &background == 'dark' | |
let s:guishade0 = "#131518" | |
let s:guishade1 = "#303236" | |
let s:guishade2 = "#4d5053" | |
let s:guishade3 = "#6a6d71" | |
let s:guishade4 = "#878b8f" | |
let s:guishade5 = "#a4a8ad" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Define colors | |
txtblk='\e[0;30m' # Black - Regular | |
txtred='\e[0;31m' # Red | |
txtgrn='\e[0;32m' # Green | |
txtylw='\e[0;33m' # Yellow | |
txtblu='\e[0;34m' # Blue | |
txtpur='\e[0;35m' # Purple | |
txtcyn='\e[0;36m' # Cyan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if &background == 'dark' | |
let s:guishade0 = "#131518" | |
let s:guishade1 = "#303236" | |
let s:guishade2 = "#4d5053" | |
let s:guishade3 = "#6a6d71" | |
let s:guishade4 = "#878b8f" | |
let s:guishade5 = "#a4a8ad" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Themer | |
[colors] | |
foreground = "#c1c6ca" | |
background = "#131518" | |
#cursor_bg = "#bbbbbb" | |
cursor_bg = "#8f5ac9" | |
#cursor_fg = "#8f5ac9" | |
cursor_fg = "#ffff00" | |
#cursor_fg = "#8f5ac9" | |
##cursor_bg = "#131518" |