init
BIN
Cyberpunk-Neon-wallpapers/girl.jpg
Normal file
After Width: | Height: | Size: 11 MiB |
23
Cyberpunk-Neon.xdefaults
Normal file
|
@ -0,0 +1,23 @@
|
|||
*background: #000b1e
|
||||
*foreground: #0abdc6
|
||||
*color0: #123e7c
|
||||
*color1: #ff0000
|
||||
*color2: #d300c4
|
||||
*color3: #f57800
|
||||
*color4: #123e7c
|
||||
*color5: #711c91
|
||||
*color6: #0abdc6
|
||||
*color7: #d7d7d5
|
||||
*color8: #1c61c2
|
||||
*color9: #ff0000
|
||||
*color10: #d300c4
|
||||
*color11: #f57800
|
||||
*color12: #00ff00
|
||||
*color13: #711c91
|
||||
*color14: #0abdc6
|
||||
*color15: #d7d7d5
|
||||
|
||||
! gaspar's modifications
|
||||
*alpha: 0.85F
|
||||
wallpaper: girl
|
||||
vim*colorscheme: cyberpunk-neon
|
34
catppuccin.xdefaults
Normal file
|
@ -0,0 +1,34 @@
|
|||
*background: #1E1E2E
|
||||
*foreground: #D9E0EE
|
||||
|
||||
! Gray
|
||||
*color0: #6E6C7E
|
||||
*color8: #988BA2
|
||||
|
||||
! Red
|
||||
*color1: #F28FAD
|
||||
*color9: #F28FAD
|
||||
|
||||
! Green
|
||||
*color2: #ABE9B3
|
||||
*color10: #ABE9B3
|
||||
|
||||
! Yellow
|
||||
*color3: #FAE3B0
|
||||
*color11: #FAE3B0
|
||||
|
||||
! Blue
|
||||
*color4: #96CDFB
|
||||
*color12: #96CDFB
|
||||
|
||||
! Maguve
|
||||
*color5: #DDB6F2
|
||||
*color13: #DDB6F2
|
||||
|
||||
! Pink
|
||||
*color6: #F5C2E7
|
||||
*color14: #F5C2E7
|
||||
|
||||
! Whites
|
||||
*color7: #C3BAC6
|
||||
*color15: #D9E0EE
|
178
cyberpunk-neon.vim
Normal file
|
@ -0,0 +1,178 @@
|
|||
" cyberpunk-neon.vim -- Vim color scheme.
|
||||
" Author: Roberto Michán Sánchez (Roboron) (robertoms258@gmail.com)
|
||||
" Webpage: https://github.com/Roboron3042/Cyberpunk-Neon
|
||||
" Description: A dark theme with a cyberpunk/outrun feeling
|
||||
|
||||
hi clear
|
||||
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
||||
let colors_name = "cyberpunk-neon"
|
||||
|
||||
if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
||||
hi ColorColumn ctermbg=9 ctermfg=233 cterm=NONE guibg=#ff0000 guifg=#000b1e gui=NONE
|
||||
hi CursorColumn ctermbg=NONE ctermfg=201 cterm=NONE guibg=NONE guifg=#ea00d9 gui=NONE
|
||||
hi SpellLocal ctermbg=44 ctermfg=233 cterm=NONE guibg=#0abdc6 guifg=#000b1e gui=NONE guisp=#ea00d9
|
||||
hi SpellRare ctermbg=13 ctermfg=201 cterm=NONE guibg=#711c91 guifg=#ea00d9 gui=NONE guisp=#0abdc6
|
||||
hi Visual ctermbg=13 ctermfg=44 cterm=bold guibg=#711c91 guifg=#0abdc6 gui=bold
|
||||
hi Comment ctermbg=NONE ctermfg=25 cterm=bold guibg=NONE guifg=#005faf gui=bold
|
||||
hi Constant ctermbg=NONE ctermfg=208 cterm=NONE guibg=NONE guifg=#f57800 gui=NONE
|
||||
hi Cursor ctermbg=NONE ctermfg=201 cterm=NONE guibg=NONE guifg=#ea00d9 gui=NONE
|
||||
hi CursorLine ctermbg=201 ctermfg=233 cterm=NONE guibg=#ea00d9 guifg=#000b1e gui=NONE
|
||||
hi CursorLineNr ctermbg=201 ctermfg=233 cterm=NONE guibg=#ea00d9 guifg=#000b1e gui=NONE
|
||||
hi DiffAdd ctermbg=NONE ctermfg=10 cterm=NONE guibg=NONE guifg=#00ff00 gui=NONE
|
||||
hi DiffAdded ctermbg=NONE ctermfg=10 cterm=NONE guibg=NONE guifg=#00ff00 gui=NONE
|
||||
hi DiffChange ctermbg=NONE ctermfg=255 cterm=NONE guibg=NONE guifg=#d7d7d5 gui=NONE
|
||||
hi DiffChanged ctermbg=NONE ctermfg=255 cterm=NONE guibg=NONE guifg=#d7d7d5 gui=NONE
|
||||
hi DiffDelete ctermbg=NONE ctermfg=9 cterm=NONE guibg=NONE guifg=#ff0000 gui=NONE
|
||||
hi DiffRemoved ctermbg=NONE ctermfg=9 cterm=NONE guibg=NONE guifg=#ff0000 gui=NONE
|
||||
hi DiffText ctermbg=NONE ctermfg=44 cterm=NONE guibg=NONE guifg=#0abdc6 gui=NONE
|
||||
hi Directory ctermbg=NONE ctermfg=10 cterm=bold guibg=NONE guifg=#00ff00 gui=bold
|
||||
hi Error ctermbg=NONE ctermfg=9 cterm=NONE guibg=NONE guifg=#ff0000 gui=NONE
|
||||
hi ErrorMsg ctermbg=9 ctermfg=233 cterm=bold guibg=#ff0000 guifg=#000b1e gui=bold
|
||||
hi Exception ctermbg=NONE ctermfg=9 cterm=bold guibg=NONE guifg=#ff0000 gui=bold
|
||||
hi FoldColumn ctermbg=10 ctermfg=233 cterm=NONE guibg=#00ff00 guifg=#000b1e gui=NONE
|
||||
hi Folded ctermbg=10 ctermfg=233 cterm=NONE guibg=#00ff00 guifg=#000b1e gui=NONE
|
||||
hi Function ctermbg=NONE ctermfg=201 cterm=bold guibg=NONE guifg=#ea00d9 gui=bold
|
||||
hi Identifier ctermbg=NONE ctermfg=13 cterm=bold guibg=NONE guifg=#711c91 gui=bold
|
||||
hi IncSearch ctermbg=201 ctermfg=233 cterm=NONE guibg=#ea00d9 guifg=#000b1e gui=NONE
|
||||
hi Keyword ctermbg=NONE ctermfg=201 cterm=bold guibg=NONE guifg=#ea00d9 gui=bold
|
||||
hi LineNr ctermbg=NONE ctermfg=44 cterm=NONE guibg=NONE guifg=#0abdc6 gui=NONE
|
||||
hi MatchParen ctermbg=25 ctermfg=44 cterm=NONE guibg=#005faf guifg=#0abdc6 gui=NONE
|
||||
hi ModeMsg ctermbg=NONE ctermfg=44 cterm=bold guibg=NONE guifg=#0abdc6 gui=bold
|
||||
hi MoreMsg ctermbg=NONE ctermfg=44 cterm=bold guibg=NONE guifg=#0abdc6 gui=bold
|
||||
hi NonText ctermbg=NONE ctermfg=201 cterm=NONE guibg=NONE guifg=#ea00d9 gui=NONE
|
||||
hi Normal ctermbg=NONE ctermfg=44 cterm=NONE guibg=#000b1e guifg=#0abdc6 gui=NONE
|
||||
|
||||
set background=dark
|
||||
|
||||
hi Operator ctermbg=NONE ctermfg=201 cterm=bold guibg=NONE guifg=#ea00d9 gui=bold
|
||||
hi Pmenu ctermbg=25 ctermfg=44 cterm=NONE guibg=#005faf guifg=#0abdc6 gui=NONE
|
||||
hi PmenuSbar ctermbg=25 ctermfg=NONE cterm=NONE guibg=#005faf guifg=NONE gui=NONE
|
||||
hi PmenuSel ctermbg=13 ctermfg=44 cterm=bold guibg=#711c91 guifg=#0abdc6 gui=bold
|
||||
hi PmenuThumb ctermbg=44 ctermfg=233 cterm=NONE guibg=#0abdc6 guifg=#000b1e gui=NONE
|
||||
hi PreProc ctermbg=NONE ctermfg=13 cterm=bold guibg=NONE guifg=#711c91 gui=bold
|
||||
hi Question ctermbg=NONE ctermfg=44 cterm=NONE guibg=NONE guifg=#0abdc6 gui=NONE
|
||||
hi Search ctermbg=201 ctermfg=233 cterm=bold guibg=#ea00d9 guifg=#000b1e gui=bold
|
||||
hi SignColumn ctermbg=10 ctermfg=233 cterm=NONE guibg=#00ff00 guifg=#000b1e gui=NONE
|
||||
hi Special ctermbg=NONE ctermfg=13 cterm=NONE guibg=NONE guifg=#711c91 gui=NONE
|
||||
hi SpecialKey ctermbg=NONE ctermfg=green cterm=NONE guibg=NONE guifg=green gui=NONE
|
||||
hi SpellBad ctermbg=9 ctermfg=233 cterm=NONE guibg=#ff0000 guifg=#000b1e gui=NONE
|
||||
hi SpellCap ctermbg=10 ctermfg=233 cterm=NONE guibg=#00ff00 guifg=#000b1e gui=NONE guisp=#000080
|
||||
hi Statement ctermbg=NONE ctermfg=10 cterm=bold guibg=NONE guifg=#00ff00 gui=bold
|
||||
hi StatusLine ctermbg=25 ctermfg=44 cterm=bold guibg=#005faf guifg=#0abdc6 gui=bold
|
||||
hi StatusLineNC ctermbg=13 ctermfg=201 cterm=NONE guibg=#711c91 guifg=#ea00d9 gui=NONE
|
||||
hi StatusLineTerm ctermbg=25 ctermfg=44 cterm=bold guibg=#005faf guifg=#0abdc6 gui=bold
|
||||
hi StatusLineTermNC ctermbg=13 ctermfg=201 cterm=NONE guibg=#711c91 guifg=#ea00d9 gui=NONE
|
||||
hi String ctermbg=NONE ctermfg=208 cterm=NONE guibg=NONE guifg=#f57800 gui=NONE
|
||||
hi TabLine ctermbg=25 ctermfg=44 cterm=bold guibg=#005faf guifg=#0abdc6 gui=bold
|
||||
hi TabLineFill ctermbg=25 ctermfg=44 cterm=bold guibg=#005faf guifg=#0abdc6 gui=bold
|
||||
hi TabLineSel ctermbg=13 ctermfg=44 cterm=bold guibg=#711c91 guifg=#0abdc6 gui=bold
|
||||
hi Title ctermbg=NONE ctermfg=208 cterm=NONE guibg=NONE guifg=#f57800 gui=NONE
|
||||
hi Todo ctermbg=201 ctermfg=233 cterm=NONE guibg=#ea00d9 guifg=#000b1e gui=NONE
|
||||
hi ToolbarLine ctermbg=4 ctermfg=44 cterm=NONE guibg=#000080 guifg=#0abdc6 gui=NONE
|
||||
hi ToolbarButton ctermbg=25 ctermfg=44 cterm=NONE guibg=#005faf guifg=#0abdc6 gui=NONE
|
||||
hi Type ctermbg=NONE ctermfg=201 cterm=bold guibg=NONE guifg=#ea00d9 gui=bold
|
||||
hi Underlined ctermbg=NONE ctermfg=44 cterm=underline guibg=NONE guifg=#0abdc6 gui=underline
|
||||
hi VertSplit ctermbg=25 ctermfg=NONE cterm=NONE guibg=#005faf guifg=NONE gui=NONE
|
||||
hi WarningMsg ctermbg=NONE ctermfg=9 cterm=NONE guibg=NONE guifg=#ff0000 gui=NONE
|
||||
hi WildMenu ctermbg=208 ctermfg=233 cterm=NONE guibg=#f57800 guifg=#000b1e gui=NONE
|
||||
hi htmlTagName ctermbg=NONE ctermfg=13 cterm=bold guibg=NONE guifg=#711c91 gui=bold
|
||||
|
||||
elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
|
||||
set t_Co=16
|
||||
|
||||
hi ColorColumn ctermbg=red ctermfg=black cterm=NONE
|
||||
hi CursorColumn ctermbg=NONE ctermfg=magenta cterm=NONE
|
||||
hi SpellLocal ctermbg=cyan ctermfg=black cterm=NONE
|
||||
hi SpellRare ctermbg=darkmagenta ctermfg=magenta cterm=NONE
|
||||
hi Visual ctermbg=darkmagenta ctermfg=cyan cterm=bold
|
||||
hi Comment ctermbg=NONE ctermfg=blue cterm=bold
|
||||
hi Constant ctermbg=NONE ctermfg=darkyellow cterm=NONE
|
||||
hi Cursor ctermbg=NONE ctermfg=magenta cterm=NONE
|
||||
hi CursorLine ctermbg=magenta ctermfg=black cterm=NONE
|
||||
hi CursorLineNr ctermbg=magenta ctermfg=black cterm=NONE
|
||||
hi DiffAdd ctermbg=NONE ctermfg=green cterm=NONE
|
||||
hi DiffAdded ctermbg=NONE ctermfg=green cterm=NONE
|
||||
hi DiffChange ctermbg=NONE ctermfg=white cterm=NONE
|
||||
hi DiffChanged ctermbg=NONE ctermfg=white cterm=NONE
|
||||
hi DiffDelete ctermbg=NONE ctermfg=red cterm=NONE
|
||||
hi DiffRemoved ctermbg=NONE ctermfg=red cterm=NONE
|
||||
hi DiffText ctermbg=NONE ctermfg=cyan cterm=NONE
|
||||
hi Directory ctermbg=NONE ctermfg=green cterm=bold
|
||||
hi Error ctermbg=NONE ctermfg=red cterm=NONE
|
||||
hi ErrorMsg ctermbg=red ctermfg=black cterm=bold
|
||||
hi Exception ctermbg=NONE ctermfg=red cterm=bold
|
||||
hi FoldColumn ctermbg=green ctermfg=black cterm=NONE
|
||||
hi Folded ctermbg=green ctermfg=black cterm=NONE
|
||||
hi Function ctermbg=NONE ctermfg=magenta cterm=bold
|
||||
hi Identifier ctermbg=NONE ctermfg=darkmagenta cterm=bold
|
||||
hi IncSearch ctermbg=magenta ctermfg=black cterm=NONE
|
||||
hi Keyword ctermbg=NONE ctermfg=magenta cterm=bold
|
||||
hi LineNr ctermbg=NONE ctermfg=cyan cterm=NONE
|
||||
hi MatchParen ctermbg=blue ctermfg=cyan cterm=NONE
|
||||
hi ModeMsg ctermbg=NONE ctermfg=cyan cterm=bold
|
||||
hi MoreMsg ctermbg=NONE ctermfg=cyan cterm=bold
|
||||
hi NonText ctermbg=NONE ctermfg=magenta cterm=NONE
|
||||
hi Normal ctermbg=NONE ctermfg=cyan cterm=NONE
|
||||
|
||||
set background=dark
|
||||
|
||||
hi Operator ctermbg=NONE ctermfg=magenta cterm=bold
|
||||
hi Pmenu ctermbg=blue ctermfg=cyan cterm=NONE
|
||||
hi PmenuSbar ctermbg=blue ctermfg=NONE cterm=NONE
|
||||
hi PmenuSel ctermbg=darkmagenta ctermfg=cyan cterm=bold
|
||||
hi PmenuThumb ctermbg=cyan ctermfg=black cterm=NONE
|
||||
hi PreProc ctermbg=NONE ctermfg=darkmagenta cterm=bold
|
||||
hi Question ctermbg=NONE ctermfg=cyan cterm=NONE
|
||||
hi Search ctermbg=magenta ctermfg=black cterm=bold
|
||||
hi SignColumn ctermbg=green ctermfg=black cterm=NONE
|
||||
hi Special ctermbg=NONE ctermfg=darkmagenta cterm=NONE
|
||||
hi SpecialKey ctermbg=NONE ctermfg=green cterm=NONE
|
||||
hi SpellBad ctermbg=red ctermfg=black cterm=NONE
|
||||
hi SpellCap ctermbg=green ctermfg=black cterm=NONE
|
||||
hi Statement ctermbg=NONE ctermfg=green cterm=bold
|
||||
hi StatusLine ctermbg=blue ctermfg=cyan cterm=bold
|
||||
hi StatusLineNC ctermbg=darkmagenta ctermfg=magenta cterm=NONE
|
||||
hi StatusLineTerm ctermbg=blue ctermfg=cyan cterm=bold
|
||||
hi StatusLineTermNC ctermbg=darkmagenta ctermfg=magenta cterm=NONE
|
||||
hi String ctermbg=NONE ctermfg=darkyellow cterm=NONE
|
||||
hi TabLine ctermbg=blue ctermfg=cyan cterm=bold
|
||||
hi TabLineFill ctermbg=blue ctermfg=cyan cterm=bold
|
||||
hi TabLineSel ctermbg=darkmagenta ctermfg=cyan cterm=bold
|
||||
hi Title ctermbg=NONE ctermfg=darkyellow cterm=NONE
|
||||
hi Todo ctermbg=magenta ctermfg=black cterm=NONE
|
||||
hi ToolbarLine ctermbg=darkblue ctermfg=cyan cterm=NONE
|
||||
hi ToolbarButton ctermbg=blue ctermfg=cyan cterm=NONE
|
||||
hi Type ctermbg=NONE ctermfg=magenta cterm=bold
|
||||
hi Underlined ctermbg=NONE ctermfg=cyan cterm=underline
|
||||
hi VertSplit ctermbg=blue ctermfg=NONE cterm=NONE
|
||||
hi WarningMsg ctermbg=NONE ctermfg=red cterm=NONE
|
||||
hi WildMenu ctermbg=darkyellow ctermfg=black cterm=NONE
|
||||
hi htmlTagName ctermbg=NONE ctermfg=darkmagenta cterm=bold
|
||||
endif
|
||||
|
||||
hi link Number Constant
|
||||
|
||||
let g:terminal_ansi_colors = [
|
||||
\ '#000b1e',
|
||||
\ '#800000',
|
||||
\ '#008000',
|
||||
\ '#f57800',
|
||||
\ '#000080',
|
||||
\ '#711c91',
|
||||
\ '#008080',
|
||||
\ '#808080',
|
||||
\ '#808080',
|
||||
\ '#ff0000',
|
||||
\ '#00ff00',
|
||||
\ '#ffff00',
|
||||
\ '#005faf',
|
||||
\ '#ea00d9',
|
||||
\ '#0abdc6',
|
||||
\ '#d7d7d5',
|
||||
\ ]
|
||||
|
||||
" Generated with RNB (https://github.com/romainl/vim-rnb)
|
108
desert.vim
Normal file
|
@ -0,0 +1,108 @@
|
|||
" Vim color file
|
||||
" Maintainer: Hans Fugal <hans@fugal.net>
|
||||
" Last Change: $Date: 2004/06/13 19:30:30 $
|
||||
" Last Change: $Date: 2004/06/13 19:30:30 $
|
||||
" URL: http://hans.fugal.net/vim/colors/desert.vim
|
||||
" Version: $Id: desert.vim,v 1.1 2004/06/13 19:30:30 vimboss Exp $
|
||||
|
||||
" cool help screens
|
||||
" :he group-name
|
||||
" :he highlight-groups
|
||||
" :he cterm-colors
|
||||
|
||||
set background=dark
|
||||
if version > 580
|
||||
" no guarantees for version 5.8 and below, but this makes it stop
|
||||
" complaining
|
||||
hi clear
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
endif
|
||||
let g:colors_name="desert"
|
||||
|
||||
hi Normal guifg=White guibg=grey20
|
||||
|
||||
" highlight groups
|
||||
hi Cursor guibg=khaki guifg=slategrey
|
||||
"hi CursorIM
|
||||
"hi Directory
|
||||
"hi DiffAdd
|
||||
"hi DiffChange
|
||||
"hi DiffDelete
|
||||
"hi DiffText
|
||||
"hi ErrorMsg
|
||||
hi VertSplit guibg=#c2bfa5 guifg=grey50 gui=none
|
||||
hi Folded guibg=grey30 guifg=gold
|
||||
hi FoldColumn guibg=grey30 guifg=tan
|
||||
hi IncSearch guifg=slategrey guibg=khaki
|
||||
"hi LineNr
|
||||
hi ModeMsg guifg=goldenrod
|
||||
hi MoreMsg guifg=SeaGreen
|
||||
hi NonText guifg=LightBlue guibg=grey30
|
||||
hi Question guifg=springgreen
|
||||
hi Search guibg=peru guifg=wheat
|
||||
hi SpecialKey guifg=yellowgreen
|
||||
hi StatusLine guibg=#c2bfa5 guifg=black gui=none
|
||||
hi StatusLineNC guibg=#c2bfa5 guifg=grey50 gui=none
|
||||
hi Title guifg=indianred
|
||||
hi Visual gui=none guifg=khaki guibg=olivedrab
|
||||
"hi VisualNOS
|
||||
hi WarningMsg guifg=salmon
|
||||
"hi WildMenu
|
||||
"hi Menu
|
||||
"hi Scrollbar
|
||||
"hi Tooltip
|
||||
|
||||
" syntax highlighting groups
|
||||
hi Comment guifg=SkyBlue
|
||||
hi Constant guifg=#ffa0a0
|
||||
hi Identifier guifg=palegreen
|
||||
hi Statement guifg=khaki
|
||||
hi PreProc guifg=indianred
|
||||
hi Type guifg=darkkhaki
|
||||
hi Special guifg=navajowhite
|
||||
"hi Underlined
|
||||
hi Ignore guifg=grey40
|
||||
"hi Error
|
||||
hi Todo guifg=orangered guibg=yellow2
|
||||
|
||||
" color terminal definitions
|
||||
hi SpecialKey ctermfg=darkgreen
|
||||
hi NonText cterm=bold ctermfg=darkblue
|
||||
hi Directory ctermfg=darkcyan
|
||||
hi ErrorMsg cterm=bold ctermfg=7 ctermbg=1
|
||||
hi IncSearch cterm=NONE ctermfg=yellow ctermbg=green
|
||||
hi Search cterm=NONE ctermfg=grey ctermbg=blue
|
||||
hi MoreMsg ctermfg=darkgreen
|
||||
hi ModeMsg cterm=NONE ctermfg=brown
|
||||
hi LineNr ctermfg=3
|
||||
hi Question ctermfg=green
|
||||
hi StatusLine cterm=bold,reverse
|
||||
hi StatusLineNC cterm=reverse
|
||||
hi VertSplit cterm=reverse
|
||||
hi Title ctermfg=5
|
||||
hi Visual cterm=reverse
|
||||
hi VisualNOS cterm=bold,underline
|
||||
hi WarningMsg ctermfg=1
|
||||
hi WildMenu ctermfg=0 ctermbg=3
|
||||
hi Folded ctermfg=darkgrey ctermbg=NONE
|
||||
hi FoldColumn ctermfg=darkgrey ctermbg=NONE
|
||||
hi DiffAdd ctermbg=4
|
||||
hi DiffChange ctermbg=5
|
||||
hi DiffDelete cterm=bold ctermfg=4 ctermbg=6
|
||||
hi DiffText cterm=bold ctermbg=1
|
||||
hi Comment ctermfg=darkcyan
|
||||
hi Constant ctermfg=brown
|
||||
hi Special ctermfg=5
|
||||
hi Identifier ctermfg=6
|
||||
hi Statement ctermfg=3
|
||||
hi PreProc ctermfg=5
|
||||
hi Type ctermfg=2
|
||||
hi Underlined cterm=underline ctermfg=5
|
||||
hi Ignore cterm=bold ctermfg=7
|
||||
hi Ignore ctermfg=darkgrey
|
||||
hi Error cterm=bold ctermfg=7 ctermbg=1
|
||||
|
||||
|
||||
"vim: sw=4
|
19
dracula.xdefaults
Normal file
|
@ -0,0 +1,19 @@
|
|||
! Dracula Xresources palette
|
||||
*.foreground: #F8F8F2
|
||||
*.background: #282A36
|
||||
*.color0: #000000
|
||||
*.color8: #4D4D4D
|
||||
*.color1: #FF5555
|
||||
*.color9: #FF6E67
|
||||
*.color2: #50FA7B
|
||||
*.color10: #5AF78E
|
||||
*.color3: #F1FA8C
|
||||
*.color11: #F4F99D
|
||||
*.color4: #BD93F9
|
||||
*.color12: #CAA9FA
|
||||
*.color5: #FF79C6
|
||||
*.color13: #FF92D0
|
||||
*.color6: #8BE9FD
|
||||
*.color14: #9AEDFE
|
||||
*.color7: #BFBFBF
|
||||
*.color15: #E6E6E6
|
BIN
gruvbox-dark-wallpapers/battery-cup.png
Normal file
After Width: | Height: | Size: 38 KiB |
40
gruvbox-dark.xdefaults
Normal file
|
@ -0,0 +1,40 @@
|
|||
! -----------------------------------------------------------------------------
|
||||
! File: gruvbox-dark.xresources
|
||||
! Description: Retro groove colorscheme generalized
|
||||
! Author: morhetz <morhetz@gmail.com>
|
||||
! Source: https://github.com/morhetz/gruvbox-generalized
|
||||
! Last Modified: 6 Sep 2014
|
||||
! -----------------------------------------------------------------------------
|
||||
|
||||
! hard contrast: *background: #1d2021
|
||||
*background: #282828
|
||||
! soft contrast: *background: #32302f
|
||||
*foreground: #ebdbb2
|
||||
! Black + DarkGrey
|
||||
*color0: #282828
|
||||
*color8: #928374
|
||||
! DarkRed + Red
|
||||
*color1: #cc241d
|
||||
*color9: #fb4934
|
||||
! DarkGreen + Green
|
||||
*color2: #98971a
|
||||
*color10: #b8bb26
|
||||
! DarkYellow + Yellow
|
||||
*color3: #d79921
|
||||
*color11: #fabd2f
|
||||
! DarkBlue + Blue
|
||||
*color4: #458588
|
||||
*color12: #83a598
|
||||
! DarkMagenta + Magenta
|
||||
*color5: #b16286
|
||||
*color13: #d3869b
|
||||
! DarkCyan + Cyan
|
||||
*color6: #689d6a
|
||||
*color14: #8ec07c
|
||||
! LightGrey + White
|
||||
*color7: #a89984
|
||||
*color15: #ebdbb2
|
||||
|
||||
! gaspar's modifications
|
||||
wallpaper: battery-cup
|
||||
vim*colorscheme: gruvbox
|
1418
gruvbox.vim
Normal file
BIN
leet-wallpapers/abstract.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
24
leet.xdefaults
Normal file
|
@ -0,0 +1,24 @@
|
|||
*alpha: 0.80F
|
||||
*foreground: #FF0000
|
||||
*background: #080000
|
||||
*cursorColor: #D40000
|
||||
*revCurColor: #FF0000
|
||||
*color0: #010008
|
||||
*color1: #A71B1A
|
||||
*color2: #3B8526
|
||||
*color3: #E49202
|
||||
*color4: #1D576D
|
||||
*color5: #97219C
|
||||
*color6: #24866F
|
||||
*color7: #B5AD64
|
||||
*color8: #1C1C1C
|
||||
*color9: #BF3130
|
||||
*color10: #58A642
|
||||
*color11: #FFB026
|
||||
*color12: #4169E1
|
||||
*color13: #A7248C
|
||||
*color14: #37A48D
|
||||
*color15: #CEC67D
|
||||
wallpaper: redandblack/abstract
|
||||
zsh*prompt: %{$fg[yellow]%}-> %{$fg[red]%}[ %{$fg[blue]%}%1~%{$fg[red]%} ]%}%{$fg[yellow]%} :: %{$reset_color%}
|
||||
vim*colorscheme: leet2
|
29
leet2.vim
Normal file
|
@ -0,0 +1,29 @@
|
|||
hi clear
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
let g:colors_name="leet2"
|
||||
|
||||
hi Normal term=none cterm=none ctermfg=gray ctermbg=none
|
||||
hi NonText term=none cterm=none ctermfg=61 ctermbg=none
|
||||
hi Function term=none cterm=none ctermfg=darkcyan ctermbg=none
|
||||
hi Statement term=bold cterm=bold ctermfg=darkblue ctermbg=none
|
||||
hi Special term=none cterm=none ctermfg=red ctermbg=none
|
||||
hi SpecialChar term=none cterm=none ctermfg=darkcyan ctermbg=none
|
||||
hi Constant term=none cterm=none ctermfg=yellow ctermbg=none
|
||||
hi Comment term=none cterm=none ctermfg=240 ctermbg=none
|
||||
hi Preproc term=none cterm=none ctermfg=darkgreen ctermbg=none
|
||||
hi Type term=none cterm=none ctermfg=darkmagenta ctermbg=none
|
||||
hi Identifier term=none cterm=none ctermfg=darkcyan ctermbg=none
|
||||
hi Visual term=none cterm=none ctermfg=white ctermbg=blue
|
||||
hi Search term=none cterm=none ctermbg=yellow ctermfg=darkblue
|
||||
hi Directory term=none cterm=none ctermfg=green ctermbg=none
|
||||
hi WarningMsg term=none cterm=none ctermfg=blue ctermbg=yellow
|
||||
hi Error term=none cterm=none ctermfg=red ctermbg=none
|
||||
hi Cursor term=none cterm=none ctermfg=darkcyan ctermbg=darkcyan
|
||||
hi LineNr term=none cterm=none ctermfg=61 ctermbg=none
|
||||
hi StatusLine term=none cterm=none ctermfg=grey ctermbg=236
|
||||
hi StatusLineNC term=none cterm=none ctermfg=grey ctermbg=236
|
||||
hi VertSplit term=none cterm=none ctermfg=grey ctermbg=239
|
||||
hi CursorLine term=none cterm=none ctermfg=none ctermbg=236
|
||||
hi ColorColumn term=none cterm=none ctermfg=none ctermbg=61
|
BIN
redish-wallpapers/city.jpg
Normal file
After Width: | Height: | Size: 5.5 MiB |
27
redish.xdefaults
Normal file
|
@ -0,0 +1,27 @@
|
|||
*font: terminus
|
||||
dwm*font: terminus:bold
|
||||
dmenu*font: terminus:bold
|
||||
st*font: terminus:size=16
|
||||
*foreground: #FF0000
|
||||
*background: #1C0F0F
|
||||
*cursorColor: #D40000
|
||||
*revCurColor: #FF0000
|
||||
*color0: #1C0F11
|
||||
*color1: #752323
|
||||
*color2: #D96767
|
||||
*color3: #FF0000
|
||||
*color4: #523F3F
|
||||
*color5: #993131
|
||||
*color6: #B45050
|
||||
*color7: #735050
|
||||
*color8: #806060
|
||||
*color9: #C02F2F
|
||||
*color10: #D76262
|
||||
*color11: #FF0000
|
||||
*color12: #7E4F4F
|
||||
*color13: #FF1111
|
||||
*color14: #FF8A8A
|
||||
*color15: #8C6161
|
||||
wallpaper: redandblack/city
|
||||
zsh*prompt: %B-> [ %1~ ] :: %b
|
||||
vim*colorscheme: desert
|
55
selenized-black.xdefaults
Normal file
|
@ -0,0 +1,55 @@
|
|||
!---------------------------------------------------------------------------
|
||||
! Selenized black color palette for urxvt and X Window System
|
||||
!
|
||||
#define bg_0 #181818
|
||||
#define bg_1 #252525
|
||||
#define bg_2 #3b3b3b
|
||||
#define dim_0 #777777
|
||||
#define fg_0 #b9b9b9
|
||||
#define fg_1 #dedede
|
||||
|
||||
#define red #ed4a46
|
||||
#define green #70b433
|
||||
#define yellow #dbb32d
|
||||
#define blue #368aeb
|
||||
#define magenta #eb6eb7
|
||||
#define cyan #3fc5b7
|
||||
#define orange #e67f43
|
||||
#define violet #a580e2
|
||||
|
||||
#define br_red #ff5e56
|
||||
#define br_green #83c746
|
||||
#define br_yellow #efc541
|
||||
#define br_blue #4f9cfe
|
||||
#define br_magenta #ff81ca
|
||||
#define br_cyan #56d8c9
|
||||
#define br_orange #fa9153
|
||||
#define br_violet #b891f5
|
||||
|
||||
*background: bg_0
|
||||
*foreground: fg_0
|
||||
*fading: 40
|
||||
*fadeColor: bg_0
|
||||
*cursorColor: fg_1
|
||||
*pointerColorBackground: bg_2
|
||||
*pointerColorForeground: fg_1
|
||||
|
||||
! normal colors: "black", red, green, yellow, blue, magenta, cyan, "white"
|
||||
*color0: bg_1
|
||||
*color1: red
|
||||
*color2: green
|
||||
*color3: yellow
|
||||
*color4: blue
|
||||
*color5: magenta
|
||||
*color6: cyan
|
||||
*color7: dim_0
|
||||
|
||||
! bright/bold versions of colors (in the same order)
|
||||
*color8: bg_2
|
||||
*color9: br_red
|
||||
*color10: br_green
|
||||
*color11: br_yellow
|
||||
*color12: br_blue
|
||||
*color13: br_magenta
|
||||
*color14: br_cyan
|
||||
*color15: fg_1
|
55
selenized-dark.xdefaults
Normal file
|
@ -0,0 +1,55 @@
|
|||
!---------------------------------------------------------------------------
|
||||
! Selenized dark color palette for urxvt and X Window System
|
||||
!
|
||||
#define bg_0 #103c48
|
||||
#define bg_1 #174956
|
||||
#define bg_2 #325b66
|
||||
#define dim_0 #72898f
|
||||
#define fg_0 #adbcbc
|
||||
#define fg_1 #cad8d9
|
||||
|
||||
#define red #fa5750
|
||||
#define green #75b938
|
||||
#define yellow #dbb32d
|
||||
#define blue #4695f7
|
||||
#define magenta #f275be
|
||||
#define cyan #41c7b9
|
||||
#define orange #ed8649
|
||||
#define violet #af88eb
|
||||
|
||||
#define br_red #ff665c
|
||||
#define br_green #84c747
|
||||
#define br_yellow #ebc13d
|
||||
#define br_blue #58a3ff
|
||||
#define br_magenta #ff84cd
|
||||
#define br_cyan #53d6c7
|
||||
#define br_orange #fd9456
|
||||
#define br_violet #bd96fa
|
||||
|
||||
*background: bg_0
|
||||
*foreground: fg_0
|
||||
*fading: 40
|
||||
*fadeColor: bg_0
|
||||
*cursorColor: fg_1
|
||||
*pointerColorBackground: bg_2
|
||||
*pointerColorForeground: fg_1
|
||||
|
||||
! normal colors: "black", red, green, yellow, blue, magenta, cyan, "white"
|
||||
*color0: bg_1
|
||||
*color1: red
|
||||
*color2: green
|
||||
*color3: yellow
|
||||
*color4: blue
|
||||
*color5: magenta
|
||||
*color6: cyan
|
||||
*color7: dim_0
|
||||
|
||||
! bright/bold versions of colors (in the same order)
|
||||
*color8: bg_2
|
||||
*color9: br_red
|
||||
*color10: br_green
|
||||
*color11: br_yellow
|
||||
*color12: br_blue
|
||||
*color13: br_magenta
|
||||
*color14: br_cyan
|
||||
*color15: fg_1
|
55
selenized-light.xdefaults
Normal file
|
@ -0,0 +1,55 @@
|
|||
!---------------------------------------------------------------------------
|
||||
! Selenized light color palette for urxvt and X Window System
|
||||
!
|
||||
#define bg_0 #fbf3db
|
||||
#define bg_1 #e9e4d0
|
||||
#define bg_2 #cfcebe
|
||||
#define dim_0 #909995
|
||||
#define fg_0 #53676d
|
||||
#define fg_1 #3a4d53
|
||||
|
||||
#define red #d2212d
|
||||
#define green #489100
|
||||
#define yellow #ad8900
|
||||
#define blue #0072d4
|
||||
#define magenta #ca4898
|
||||
#define cyan #009c8f
|
||||
#define orange #c25d1e
|
||||
#define violet #8762c6
|
||||
|
||||
#define br_red #cc1729
|
||||
#define br_green #428b00
|
||||
#define br_yellow #a78300
|
||||
#define br_blue #006dce
|
||||
#define br_magenta #c44392
|
||||
#define br_cyan #00978a
|
||||
#define br_orange #bc5819
|
||||
#define br_violet #825dc0
|
||||
|
||||
*background: bg_0
|
||||
*foreground: fg_0
|
||||
*fading: 40
|
||||
*fadeColor: bg_0
|
||||
*cursorColor: fg_1
|
||||
*pointerColorBackground: bg_2
|
||||
*pointerColorForeground: fg_1
|
||||
|
||||
! normal colors: "black", red, green, yellow, blue, magenta, cyan, "white"
|
||||
*color0: bg_1
|
||||
*color1: red
|
||||
*color2: green
|
||||
*color3: yellow
|
||||
*color4: blue
|
||||
*color5: magenta
|
||||
*color6: cyan
|
||||
*color7: dim_0
|
||||
|
||||
! bright/bold versions of colors (in the same order)
|
||||
*color8: bg_2
|
||||
*color9: br_red
|
||||
*color10: br_green
|
||||
*color11: br_yellow
|
||||
*color12: br_blue
|
||||
*color13: br_magenta
|
||||
*color14: br_cyan
|
||||
*color15: fg_1
|
55
selenized-white.xdefaults
Normal file
|
@ -0,0 +1,55 @@
|
|||
!---------------------------------------------------------------------------
|
||||
! Selenized white color palette for urxvt and X Window System
|
||||
!
|
||||
#define bg_0 #ffffff
|
||||
#define bg_1 #ebebeb
|
||||
#define bg_2 #cdcdcd
|
||||
#define dim_0 #878787
|
||||
#define fg_0 #474747
|
||||
#define fg_1 #282828
|
||||
|
||||
#define red #d6000c
|
||||
#define green #1d9700
|
||||
#define yellow #c49700
|
||||
#define blue #0064e4
|
||||
#define magenta #dd0f9d
|
||||
#define cyan #00ad9c
|
||||
#define orange #d04a00
|
||||
#define violet #7f51d6
|
||||
|
||||
#define br_red #bf0000
|
||||
#define br_green #008400
|
||||
#define br_yellow #af8500
|
||||
#define br_blue #0054cf
|
||||
#define br_magenta #c7008b
|
||||
#define br_cyan #009a8a
|
||||
#define br_orange #ba3700
|
||||
#define br_violet #6b40c3
|
||||
|
||||
*background: bg_0
|
||||
*foreground: fg_0
|
||||
*fading: 40
|
||||
*fadeColor: bg_0
|
||||
*cursorColor: fg_1
|
||||
*pointerColorBackground: bg_2
|
||||
*pointerColorForeground: fg_1
|
||||
|
||||
! normal colors: "black", red, green, yellow, blue, magenta, cyan, "white"
|
||||
*color0: bg_1
|
||||
*color1: red
|
||||
*color2: green
|
||||
*color3: yellow
|
||||
*color4: blue
|
||||
*color5: magenta
|
||||
*color6: cyan
|
||||
*color7: dim_0
|
||||
|
||||
! bright/bold versions of colors (in the same order)
|
||||
*color8: bg_2
|
||||
*color9: br_red
|
||||
*color10: br_green
|
||||
*color11: br_yellow
|
||||
*color12: br_blue
|
||||
*color13: br_magenta
|
||||
*color14: br_cyan
|
||||
*color15: fg_1
|
11
solarized-dark-bin/man
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
env \
|
||||
LESS_TERMCAP_mb=$(printf "\e[1;31m") \
|
||||
LESS_TERMCAP_md=$(printf "\e[1;31m") \
|
||||
LESS_TERMCAP_me=$(printf "\e[0m") \
|
||||
LESS_TERMCAP_se=$(printf "\e[0m") \
|
||||
LESS_TERMCAP_so=$(printf "\e[0;37;102m") \
|
||||
LESS_TERMCAP_ue=$(printf "\e[0m") \
|
||||
LESS_TERMCAP_us=$(printf "\e[4;32m") \
|
||||
/usr/bin/man "$@"
|
2
solarized-dark-bin/mupdf-gl
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
/usr/local/bin/mupdf-gl -B 839496 -C 002b36 $@
|
BIN
solarized-dark-wallpapers/arch.png
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
solarized-dark-wallpapers/cubes.png
Normal file
After Width: | Height: | Size: 272 KiB |
5725
solarized-dark-wallpapers/cubes.svg
Normal file
After Width: | Height: | Size: 470 KiB |
1
solarized-dark-wallpapers/cubes.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/cwithers2/dots/tree/main/images/wallpaper
|
BIN
solarized-dark-wallpapers/sea1.png
Normal file
After Width: | Height: | Size: 249 KiB |
BIN
solarized-dark-wallpapers/sea1_solarized.png
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
solarized-dark-wallpapers/sea2.png
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
solarized-dark-wallpapers/sea2_solarized.png
Normal file
After Width: | Height: | Size: 135 KiB |
485
solarized-dark.dir_colors
Normal file
|
@ -0,0 +1,485 @@
|
|||
# Exact Solarized Dark color theme for the color GNU ls utility.
|
||||
# Designed for dircolors (GNU coreutils) 5.97
|
||||
#
|
||||
# This simple theme was simultaneously designed for these terminal color schemes:
|
||||
# - Solarized dark (best)
|
||||
# - Solarized light
|
||||
# - default dark
|
||||
# - default light
|
||||
# with a slight optimization for Solarized Dark.
|
||||
#
|
||||
# How the colors were selected:
|
||||
# - Terminal emulators often have an option typically enabled by default that makes
|
||||
# bold a different color. It is important to leave this option enabled so that
|
||||
# you can access the entire 16-color Solarized palette, and not just 8 colors.
|
||||
# - We favor universality over a greater number of colors. So we limit the number
|
||||
# of colors so that this theme will work out of the box in all terminals,
|
||||
# Solarized or not, dark or light.
|
||||
# - We choose to have the following category of files:
|
||||
# NORMAL & FILE, DIR, LINK, EXEC and
|
||||
# editable text including source, unimportant text, binary docs & multimedia source
|
||||
# files, viewable multimedia, archived/compressed, and unimportant non-text
|
||||
# - For uniqueness, we stay away from the Solarized foreground colors are -- either
|
||||
# base00 (brightyellow) or base0 (brightblue). However, they can be used if
|
||||
# you know what the bg/fg colors of your terminal are, in order to optimize the display.
|
||||
# - 3 different options are provided: universal, solarized dark, and solarized light.
|
||||
# The only difference between the universal scheme and one that's optimized for
|
||||
# dark/light is the color of "unimportant" files, which should blend more with the
|
||||
# background
|
||||
# - We note that blue is the hardest color to see on dark bg and yellow is the hardest
|
||||
# color to see on light bg (with blue being particularly bad). So we choose yellow
|
||||
# for multimedia files which are usually accessed in a GUI folder browser anyway.
|
||||
# And blue is kept for custom use of this scheme's user.
|
||||
# - See table below to see the assignments.
|
||||
|
||||
|
||||
# Installation instructions:
|
||||
# This file goes in the /etc directory, and must be world readable.
|
||||
# You can copy this file to .dir_colors in your $HOME directory to override
|
||||
# the system defaults.
|
||||
|
||||
# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
|
||||
# pipes. 'all' adds color characters to all output. 'none' shuts colorization
|
||||
# off.
|
||||
COLOR tty
|
||||
|
||||
# Below, there should be one TERM entry for each termtype that is colorizable
|
||||
TERM alacritty
|
||||
TERM ansi
|
||||
TERM color_xterm
|
||||
TERM color-xterm
|
||||
TERM con132x25
|
||||
TERM con132x30
|
||||
TERM con132x43
|
||||
TERM con132x60
|
||||
TERM con80x25
|
||||
TERM con80x28
|
||||
TERM con80x30
|
||||
TERM con80x43
|
||||
TERM con80x50
|
||||
TERM con80x60
|
||||
TERM cons25
|
||||
TERM console
|
||||
TERM cygwin
|
||||
TERM dtterm
|
||||
TERM dvtm
|
||||
TERM dvtm-256color
|
||||
TERM Eterm
|
||||
TERM eterm-color
|
||||
TERM fbterm
|
||||
TERM gnome
|
||||
TERM gnome-256color
|
||||
TERM jfbterm
|
||||
TERM konsole
|
||||
TERM konsole-256color
|
||||
TERM kterm
|
||||
TERM linux
|
||||
TERM linux-c
|
||||
TERM mach-color
|
||||
TERM mlterm
|
||||
TERM nxterm
|
||||
TERM putty
|
||||
TERM putty-256color
|
||||
TERM rxvt
|
||||
TERM rxvt-256color
|
||||
TERM rxvt-cygwin
|
||||
TERM rxvt-cygwin-native
|
||||
TERM rxvt-unicode
|
||||
TERM rxvt-unicode256
|
||||
TERM rxvt-unicode-256color
|
||||
TERM screen
|
||||
TERM screen-16color
|
||||
TERM screen-16color-bce
|
||||
TERM screen-16color-s
|
||||
TERM screen-16color-bce-s
|
||||
TERM screen-256color
|
||||
TERM screen-256color-bce
|
||||
TERM screen-256color-s
|
||||
TERM screen-256color-bce-s
|
||||
TERM screen-256color-italic
|
||||
TERM screen-bce
|
||||
TERM screen-w
|
||||
TERM screen.linux
|
||||
TERM screen.xterm-256color
|
||||
TERM screen.xterm-new
|
||||
TERM st
|
||||
TERM st-meta
|
||||
TERM st-256color
|
||||
TERM st-meta-256color
|
||||
TERM tmux
|
||||
TERM tmux-256color
|
||||
TERM vt100
|
||||
TERM xterm
|
||||
TERM xterm-new
|
||||
TERM xterm-16color
|
||||
TERM xterm-256color
|
||||
TERM xterm-256color-italic
|
||||
TERM xterm-88color
|
||||
TERM xterm-color
|
||||
TERM xterm-debian
|
||||
TERM xterm-kitty
|
||||
TERM xterm-termite
|
||||
|
||||
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
|
||||
EIGHTBIT 1
|
||||
|
||||
#############################################################################
|
||||
# Below are the color init strings for the basic file types. A color init
|
||||
# string consists of one or more of the following numeric codes:
|
||||
#
|
||||
# Attribute codes:
|
||||
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
||||
# Text color codes:
|
||||
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
||||
# Background color codes:
|
||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
#
|
||||
# NOTES:
|
||||
# - See http://www.oreilly.com/catalog/wdnut/excerpt/color_names.html
|
||||
# - Color combinations
|
||||
# ANSI Color code Solarized Notes Universal SolDark SolLight
|
||||
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
|
||||
# 00 none NORMAL, FILE <SAME> <SAME>
|
||||
# 30 black base02
|
||||
# 01;30 bright black base03 bg of SolDark
|
||||
# 31 red red docs & mm src <SAME> <SAME>
|
||||
# 01;31 bright red orange EXEC <SAME> <SAME>
|
||||
# 32 green green editable text <SAME> <SAME>
|
||||
# 01;32 bright green base01 unimportant text <SAME>
|
||||
# 33 yellow yellow unclear in light bg multimedia <SAME> <SAME>
|
||||
# 01;33 bright yellow base00 fg of SolLight unimportant non-text
|
||||
# 34 blue blue unclear in dark bg user customized <SAME> <SAME>
|
||||
# 01;34 bright blue base0 fg in SolDark unimportant text
|
||||
# 35 magenta magenta LINK <SAME> <SAME>
|
||||
# 01;35 bright magenta violet archive/compressed <SAME> <SAME>
|
||||
# 36 cyan cyan DIR <SAME> <SAME>
|
||||
# 01;36 bright cyan base1 unimportant non-text <SAME>
|
||||
# 37 white base2
|
||||
# 01;37 bright white base3 bg in SolLight
|
||||
# 05;37;41 unclear in Putty dark
|
||||
|
||||
|
||||
### By file type
|
||||
|
||||
# global default
|
||||
NORMAL 00
|
||||
# normal file
|
||||
FILE 00
|
||||
# directory
|
||||
DIR 34
|
||||
# 777 directory
|
||||
OTHER_WRITABLE 34;40
|
||||
# symbolic link
|
||||
LINK 35
|
||||
|
||||
# pipe, socket, block device, character device (blue bg)
|
||||
FIFO 30;44
|
||||
SOCK 35;44
|
||||
DOOR 35;44 # Solaris 2.5 and later
|
||||
BLK 33;44
|
||||
CHR 37;44
|
||||
|
||||
|
||||
#############################################################################
|
||||
### By file attributes
|
||||
|
||||
# Orphaned symlinks (blinking white on red)
|
||||
# Blink may or may not work (works on iTerm dark or light, and Putty dark)
|
||||
ORPHAN 05;37;41
|
||||
# ... and the files that orphaned symlinks point to (blinking white on red)
|
||||
MISSING 05;37;41
|
||||
|
||||
# files with execute permission
|
||||
EXEC 01;31 # Unix
|
||||
.cmd 01;31 # Win
|
||||
.exe 01;31 # Win
|
||||
.com 01;31 # Win
|
||||
.bat 01;31 # Win
|
||||
.reg 01;31 # Win
|
||||
.app 01;31 # OSX
|
||||
|
||||
#############################################################################
|
||||
### By extension
|
||||
|
||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
||||
# to colorize below. Put the extension, a space, and the color init string.
|
||||
# (and any comments you want to add after a '#')
|
||||
|
||||
### Text formats
|
||||
|
||||
# Text that we can edit with a regular editor
|
||||
.txt 32
|
||||
.org 32
|
||||
.md 32
|
||||
.mkd 32
|
||||
|
||||
# Source text
|
||||
.h 32
|
||||
.hpp 32
|
||||
.c 32
|
||||
.C 32
|
||||
.cc 32
|
||||
.cpp 32
|
||||
.cxx 32
|
||||
.objc 32
|
||||
.cl 32
|
||||
.sh 32
|
||||
.bash 32
|
||||
.csh 32
|
||||
.zsh 32
|
||||
.el 32
|
||||
.vim 32
|
||||
.java 32
|
||||
.pl 32
|
||||
.pm 32
|
||||
.py 32
|
||||
.rb 32
|
||||
.hs 32
|
||||
.php 32
|
||||
.htm 32
|
||||
.html 32
|
||||
.shtml 32
|
||||
.erb 32
|
||||
.haml 32
|
||||
.xml 32
|
||||
.rdf 32
|
||||
.css 32
|
||||
.sass 32
|
||||
.scss 32
|
||||
.less 32
|
||||
.js 32
|
||||
.coffee 32
|
||||
.man 32
|
||||
.0 32
|
||||
.1 32
|
||||
.2 32
|
||||
.3 32
|
||||
.4 32
|
||||
.5 32
|
||||
.6 32
|
||||
.7 32
|
||||
.8 32
|
||||
.9 32
|
||||
.l 32
|
||||
.n 32
|
||||
.p 32
|
||||
.pod 32
|
||||
.tex 32
|
||||
.go 32
|
||||
.sql 32
|
||||
.csv 32
|
||||
.sv 32
|
||||
.svh 32
|
||||
.v 32
|
||||
.vh 32
|
||||
.vhd 32
|
||||
|
||||
### Multimedia formats
|
||||
|
||||
# Image
|
||||
.bmp 33
|
||||
.cgm 33
|
||||
.dl 33
|
||||
.dvi 33
|
||||
.emf 33
|
||||
.eps 33
|
||||
.gif 33
|
||||
.jpeg 33
|
||||
.jpg 33
|
||||
.JPG 33
|
||||
.mng 33
|
||||
.pbm 33
|
||||
.pcx 33
|
||||
.pdf 33
|
||||
.pgm 33
|
||||
.png 33
|
||||
.PNG 33
|
||||
.ppm 33
|
||||
.pps 33
|
||||
.ppsx 33
|
||||
.ps 33
|
||||
.svg 33
|
||||
.svgz 33
|
||||
.tga 33
|
||||
.tif 33
|
||||
.tiff 33
|
||||
.xbm 33
|
||||
.xcf 33
|
||||
.xpm 33
|
||||
.xwd 33
|
||||
.xwd 33
|
||||
.yuv 33
|
||||
.nef 33 # Nikon RAW format
|
||||
.NEF 33
|
||||
|
||||
# Audio
|
||||
.aac 33
|
||||
.au 33
|
||||
.flac 33
|
||||
.m4a 33
|
||||
.mid 33
|
||||
.midi 33
|
||||
.mka 33
|
||||
.mp3 33
|
||||
.mpa 33
|
||||
.mpeg 33
|
||||
.mpg 33
|
||||
.ogg 33
|
||||
.opus 33
|
||||
.ra 33
|
||||
.wav 33
|
||||
|
||||
# Video
|
||||
.anx 33
|
||||
.asf 33
|
||||
.avi 33
|
||||
.axv 33
|
||||
.flc 33
|
||||
.fli 33
|
||||
.flv 33
|
||||
.gl 33
|
||||
.m2v 33
|
||||
.m4v 33
|
||||
.mkv 33
|
||||
.mov 33
|
||||
.MOV 33
|
||||
.mp4 33
|
||||
.mp4v 33
|
||||
.mpeg 33
|
||||
.mpg 33
|
||||
.nuv 33
|
||||
.ogm 33
|
||||
.ogv 33
|
||||
.ogx 33
|
||||
.qt 33
|
||||
.rm 33
|
||||
.rmvb 33
|
||||
.swf 33
|
||||
.vob 33
|
||||
.webm 33
|
||||
.wmv 33
|
||||
|
||||
### Misc
|
||||
|
||||
# Binary document formats and multimedia source
|
||||
.doc 31
|
||||
.docx 31
|
||||
.rtf 31
|
||||
.odt 31
|
||||
.dot 31
|
||||
.dotx 31
|
||||
.ott 31
|
||||
.xls 31
|
||||
.xlsx 31
|
||||
.ods 31
|
||||
.ots 31
|
||||
.ppt 31
|
||||
.pptx 31
|
||||
.odp 31
|
||||
.otp 31
|
||||
.fla 31
|
||||
.psd 31
|
||||
|
||||
# Archives, compressed
|
||||
.7z 1;35
|
||||
.apk 1;35
|
||||
.arj 1;35
|
||||
.bin 1;35
|
||||
.bz 1;35
|
||||
.bz2 1;35
|
||||
.cab 1;35 # Win
|
||||
.deb 1;35
|
||||
.dmg 1;35 # OSX
|
||||
.gem 1;35
|
||||
.gz 1;35
|
||||
.iso 1;35
|
||||
.jar 1;35
|
||||
.msi 1;35 # Win
|
||||
.rar 1;35
|
||||
.rpm 1;35
|
||||
.tar 1;35
|
||||
.tbz 1;35
|
||||
.tbz2 1;35
|
||||
.tgz 1;35
|
||||
.tx 1;35
|
||||
.war 1;35
|
||||
.xpi 1;35
|
||||
.xz 1;35
|
||||
.z 1;35
|
||||
.Z 1;35
|
||||
.zip 1;35
|
||||
.zst 1;35
|
||||
|
||||
# For testing
|
||||
.ANSI-30-black 30
|
||||
.ANSI-01;30-brblack 01;30
|
||||
.ANSI-31-red 31
|
||||
.ANSI-01;31-brred 01;31
|
||||
.ANSI-32-green 32
|
||||
.ANSI-01;32-brgreen 01;32
|
||||
.ANSI-33-yellow 33
|
||||
.ANSI-01;33-bryellow 01;33
|
||||
.ANSI-34-blue 34
|
||||
.ANSI-01;34-brblue 01;34
|
||||
.ANSI-35-magenta 35
|
||||
.ANSI-01;35-brmagenta 01;35
|
||||
.ANSI-36-cyan 36
|
||||
.ANSI-01;36-brcyan 01;36
|
||||
.ANSI-37-white 37
|
||||
.ANSI-01;37-brwhite 01;37
|
||||
|
||||
#############################################################################
|
||||
# Your customizations
|
||||
|
||||
# Unimportant text files
|
||||
# For universal scheme, use brightgreen 01;32
|
||||
# For optimal on light bg (but too prominent on dark bg), use white 01;34
|
||||
.log 01;32
|
||||
*~ 01;32
|
||||
*# 01;32
|
||||
#.log 01;34
|
||||
#*~ 01;34
|
||||
#*# 01;34
|
||||
|
||||
# Unimportant non-text files
|
||||
# For universal scheme, use brightcyan 01;36
|
||||
# For optimal on dark bg (but too prominent on light bg), change to 01;33
|
||||
#.bak 01;36
|
||||
#.BAK 01;36
|
||||
#.old 01;36
|
||||
#.OLD 01;36
|
||||
#.org_archive 01;36
|
||||
#.off 01;36
|
||||
#.OFF 01;36
|
||||
#.dist 01;36
|
||||
#.DIST 01;36
|
||||
#.orig 01;36
|
||||
#.ORIG 01;36
|
||||
#.swp 01;36
|
||||
#.swo 01;36
|
||||
#*.v 01;36
|
||||
.bak 01;33
|
||||
.BAK 01;33
|
||||
.old 01;33
|
||||
.OLD 01;33
|
||||
.org_archive 01;33
|
||||
.off 01;33
|
||||
.OFF 01;33
|
||||
.dist 01;33
|
||||
.DIST 01;33
|
||||
.orig 01;33
|
||||
.ORIG 01;33
|
||||
.swp 01;33
|
||||
.swo 01;33
|
||||
*.v 01;33
|
||||
|
||||
# The brightmagenta (Solarized: purple) color is free for you to use for your
|
||||
# custom file type
|
||||
.gpg 34
|
||||
.gpg 34
|
||||
.pgp 34
|
||||
.asc 34
|
||||
.3des 34
|
||||
.aes 34
|
||||
.enc 34
|
||||
.sqlite 34
|
110
solarized-dark.xdefaults
Normal file
|
@ -0,0 +1,110 @@
|
|||
! Solarized color scheme for the X Window System
|
||||
!
|
||||
! http://ethanschoonover.com/solarized
|
||||
|
||||
|
||||
! SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
|
||||
! --------- ------- ---- ------- ----------- ---------- ----------- -----------
|
||||
! base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21
|
||||
! base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26
|
||||
! base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46
|
||||
! base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51
|
||||
! base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59
|
||||
! base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63
|
||||
! base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93
|
||||
! base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99
|
||||
! yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71
|
||||
! orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80
|
||||
! red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86
|
||||
! magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83
|
||||
! violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77
|
||||
! blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
|
||||
! cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
|
||||
! green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60
|
||||
|
||||
|
||||
! Common
|
||||
|
||||
#define S_yellow #b58900
|
||||
#define S_orange #cb4b16
|
||||
#define S_red #dc322f
|
||||
#define S_magenta #d33682
|
||||
#define S_violet #6c71c4
|
||||
#define S_blue #268bd2
|
||||
#define S_cyan #2aa198
|
||||
#define S_green #859900
|
||||
|
||||
|
||||
! Dark
|
||||
|
||||
#define S_base03 #002b36
|
||||
#define S_base02 #073642
|
||||
#define S_base01 #586e75
|
||||
#define S_base00 #657b83
|
||||
#define S_base0 #839496
|
||||
#define S_base1 #93a1a1
|
||||
#define S_base2 #eee8d5
|
||||
#define S_base3 #fdf6e3
|
||||
|
||||
|
||||
! Light
|
||||
|
||||
! #define S_base03 #fdf6e3
|
||||
! #define S_base02 #eee8d5
|
||||
! #define S_base01 #93a1a1
|
||||
! #define S_base00 #839496
|
||||
! #define S_base0 #657b83
|
||||
! #define S_base1 #586e75
|
||||
! #define S_base2 #073642
|
||||
! #define S_base3 #002b36
|
||||
|
||||
|
||||
! To only apply colors to your terminal, for example, prefix
|
||||
! the color assignment statement with its name. Example:
|
||||
!
|
||||
! URxvt*background: S_base03
|
||||
|
||||
*background: S_base03
|
||||
*foreground: S_base0
|
||||
*fading: 40
|
||||
*fadeColor: S_base03
|
||||
*cursorColor: S_base1
|
||||
*pointerColorBackground: S_base01
|
||||
*pointerColorForeground: S_base1
|
||||
|
||||
*color0: S_base02
|
||||
*color1: S_red
|
||||
*color2: S_green
|
||||
*color3: S_yellow
|
||||
*color4: S_blue
|
||||
*color5: S_magenta
|
||||
*color6: S_cyan
|
||||
*color7: S_base2
|
||||
*color9: S_orange
|
||||
*color8: S_base03
|
||||
*color10: S_base01
|
||||
*color11: S_base00
|
||||
*color12: S_base0
|
||||
*color13: S_violet
|
||||
*color14: S_base1
|
||||
*color15: S_base3
|
||||
|
||||
|
||||
! gaspar's modifications
|
||||
|
||||
wallpaper: cubes
|
||||
vim*colorscheme: solarized
|
||||
|
||||
dwm*barSingleBg: 1
|
||||
dwm*borderpx: 6
|
||||
dwm*foreground: S_base0
|
||||
dwm*background: S_base03
|
||||
! dwm*border: #002733 # custom color
|
||||
! dwm*border: #103c48 # selenized dark bg0
|
||||
dwm*border: S_base02
|
||||
dwm*selforeground: S_base1
|
||||
! dwm*selbackground: S_base02
|
||||
dwm*selbackground: #174956 # selenized dark bg1
|
||||
! dwm*selborder: S_base02
|
||||
! dwm*selborder: #0a4c5c # custom color
|
||||
dwm*selborder: #174956 # selenized dark bg1
|
11
solarized-light-bin/man
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
env \
|
||||
LESS_TERMCAP_mb=$(printf "\e[1;31m") \
|
||||
LESS_TERMCAP_md=$(printf "\e[1;31m") \
|
||||
LESS_TERMCAP_me=$(printf "\e[0m") \
|
||||
LESS_TERMCAP_se=$(printf "\e[0m") \
|
||||
LESS_TERMCAP_so=$(printf "\e[0;37;102m") \
|
||||
LESS_TERMCAP_ue=$(printf "\e[0m") \
|
||||
LESS_TERMCAP_us=$(printf "\e[4;32m") \
|
||||
/usr/bin/man "$@"
|
2
solarized-light-bin/mupdf-gl
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
/usr/local/bin/mupdf-gl -B 657b83 -C fdf6e3 $@
|
BIN
solarized-light-wallpapers/geom.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
solarized-light-wallpapers/thinkpad.jpg
Normal file
After Width: | Height: | Size: 648 KiB |
485
solarized-light.dir_colors
Normal file
|
@ -0,0 +1,485 @@
|
|||
# Exact Solarized Light color theme for the color GNU ls utility.
|
||||
# Designed for dircolors (GNU coreutils) 5.97
|
||||
#
|
||||
# This simple theme was simultaneously designed for these terminal color schemes:
|
||||
# - Solarized dark
|
||||
# - Solarized light (best)
|
||||
# - default dark
|
||||
# - default light
|
||||
# with a slight optimization for Solarized Light.
|
||||
#
|
||||
# How the colors were selected:
|
||||
# - Terminal emulators often have an option typically enabled by default that makes
|
||||
# bold a different color. It is important to leave this option enabled so that
|
||||
# you can access the entire 16-color Solarized palette, and not just 8 colors.
|
||||
# - We favor universality over a greater number of colors. So we limit the number
|
||||
# of colors so that this theme will work out of the box in all terminals,
|
||||
# Solarized or not, dark or light.
|
||||
# - We choose to have the following category of files:
|
||||
# NORMAL & FILE, DIR, LINK, EXEC and
|
||||
# editable text including source, unimportant text, binary docs & multimedia source
|
||||
# files, viewable multimedia, archived/compressed, and unimportant non-text
|
||||
# - For uniqueness, we stay away from the Solarized foreground colors are -- either
|
||||
# base00 (brightyellow) or base0 (brightblue). However, they can be used if
|
||||
# you know what the bg/fg colors of your terminal are, in order to optimize the display.
|
||||
# - 3 different options are provided: universal, solarized dark, and solarized light.
|
||||
# The only difference between the universal scheme and one that's optimized for
|
||||
# dark/light is the color of "unimportant" files, which should blend more with the
|
||||
# background
|
||||
# - We note that blue is the hardest color to see on dark bg and yellow is the hardest
|
||||
# color to see on light bg (with blue being particularly bad). So we choose yellow
|
||||
# for multimedia files which are usually accessed in a GUI folder browser anyway.
|
||||
# And blue is kept for custom use of this scheme's user.
|
||||
# - See table below to see the assignments.
|
||||
|
||||
|
||||
# Installation instructions:
|
||||
# This file goes in the /etc directory, and must be world readable.
|
||||
# You can copy this file to .dir_colors in your $HOME directory to override
|
||||
# the system defaults.
|
||||
|
||||
# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
|
||||
# pipes. 'all' adds color characters to all output. 'none' shuts colorization
|
||||
# off.
|
||||
COLOR tty
|
||||
|
||||
# Below, there should be one TERM entry for each termtype that is colorizable
|
||||
TERM alacritty
|
||||
TERM ansi
|
||||
TERM color_xterm
|
||||
TERM color-xterm
|
||||
TERM con132x25
|
||||
TERM con132x30
|
||||
TERM con132x43
|
||||
TERM con132x60
|
||||
TERM con80x25
|
||||
TERM con80x28
|
||||
TERM con80x30
|
||||
TERM con80x43
|
||||
TERM con80x50
|
||||
TERM con80x60
|
||||
TERM cons25
|
||||
TERM console
|
||||
TERM cygwin
|
||||
TERM dtterm
|
||||
TERM dvtm
|
||||
TERM dvtm-256color
|
||||
TERM Eterm
|
||||
TERM eterm-color
|
||||
TERM fbterm
|
||||
TERM gnome
|
||||
TERM gnome-256color
|
||||
TERM jfbterm
|
||||
TERM konsole
|
||||
TERM konsole-256color
|
||||
TERM kterm
|
||||
TERM linux
|
||||
TERM linux-c
|
||||
TERM mach-color
|
||||
TERM mlterm
|
||||
TERM nxterm
|
||||
TERM putty
|
||||
TERM putty-256color
|
||||
TERM rxvt
|
||||
TERM rxvt-256color
|
||||
TERM rxvt-cygwin
|
||||
TERM rxvt-cygwin-native
|
||||
TERM rxvt-unicode
|
||||
TERM rxvt-unicode256
|
||||
TERM rxvt-unicode-256color
|
||||
TERM screen
|
||||
TERM screen-16color
|
||||
TERM screen-16color-bce
|
||||
TERM screen-16color-s
|
||||
TERM screen-16color-bce-s
|
||||
TERM screen-256color
|
||||
TERM screen-256color-bce
|
||||
TERM screen-256color-s
|
||||
TERM screen-256color-bce-s
|
||||
TERM screen-256color-italic
|
||||
TERM screen-bce
|
||||
TERM screen-w
|
||||
TERM screen.linux
|
||||
TERM screen.xterm-256color
|
||||
TERM screen.xterm-new
|
||||
TERM st
|
||||
TERM st-meta
|
||||
TERM st-256color
|
||||
TERM st-meta-256color
|
||||
TERM tmux
|
||||
TERM tmux-256color
|
||||
TERM vt100
|
||||
TERM xterm
|
||||
TERM xterm-new
|
||||
TERM xterm-16color
|
||||
TERM xterm-256color
|
||||
TERM xterm-256color-italic
|
||||
TERM xterm-88color
|
||||
TERM xterm-color
|
||||
TERM xterm-debian
|
||||
TERM xterm-kitty
|
||||
TERM xterm-termite
|
||||
|
||||
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
|
||||
EIGHTBIT 1
|
||||
|
||||
#############################################################################
|
||||
# Below are the color init strings for the basic file types. A color init
|
||||
# string consists of one or more of the following numeric codes:
|
||||
#
|
||||
# Attribute codes:
|
||||
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
||||
# Text color codes:
|
||||
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
||||
# Background color codes:
|
||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
#
|
||||
# NOTES:
|
||||
# - See http://www.oreilly.com/catalog/wdnut/excerpt/color_names.html
|
||||
# - Color combinations
|
||||
# ANSI Color code Solarized Notes Universal SolDark SolLight
|
||||
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
|
||||
# 00 |