Skip to content

rlukin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic enviroment installation and tuning

Download files from github.com/rlukin/dotfiles

Required packages:

  • vimfx
  • stylish
  • hide caption titlebar plus
  • firebug
  • Arc Darker Theme, Arc Dark Theme

Apply arc theme in lxappearance

Change fonts to "Display System Sanfrancisco"

for fix lxapperance bug, do it manualy

  • vi .gtkrc-2.0
  • vi .config/gtk-3.0/settings.ini

For firefox use stylish. Create a theme whith that supa dark theme fix:

by default firefox dont change background for input fields, so you have grey text on white background

input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']) {
    -moz-appearance: none !important;
    background-color: white;
    color: black;
}

#downloads-indicator-counter {
    color: white;
}

textarea {
    -moz-appearance: none !important;
    background-color: white;
    color: black;
}

select {
    -moz-appearance: none !important;
    background-color: white;
    color: black;
}

About

system configs and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors