Skip to content

Commit

Permalink
Ticket #4536: skins: add root variant of julia256 skin.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
  • Loading branch information
eugenesan authored and aborodin committed May 9, 2024
1 parent 09077ff commit ce57193
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/skins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ skin_DATA = \
gray-green-purple256.ini \
gray-orange-blue256.ini \
julia256.ini \
julia256root.ini \
mc46.ini \
modarcon16-defbg.ini \
modarcon16-defbg-thin.ini \
Expand Down
153 changes: 153 additions & 0 deletions misc/skins/julia256root.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
# Dark skin with calm colors and good contrast. Mix of the standard & xoria256 skins.
# Color referance https://www.ditig.com/publications/256-colors-cheat-sheet
[skin]
description = Dark skin with calm colors and good contrast (root)
256colors = true

[Lines]
horiz = ─
vert = │
lefttop = ┌
righttop = ┐
leftbottom = └
rightbottom = ┘
topmiddle = ┬
bottommiddle = ┴
leftmiddle = ├
rightmiddle = ┤
cross = ┼
dhoriz = ─
dvert = │
dlefttop = ┌
drighttop = ┐
dleftbottom = └
drightbottom = ┘
dtopmiddle = ┬
dbottommiddle = ┴
dleftmiddle = ├
drightmiddle = ┤

[core]
_default_ = lightgray;color237
selected = color116;color94
marked = yellow;color237
markselect = yellow;color94
gauge = white;color237
input = black;cyan
inputunchanged = gray;cyan
inputmark = cyan;color94
disabled = gray;lightgray
reverse = black;lightgray
commandlinemark = black;lightgray
header = color214;color237
inputhistory =
commandhistory =
shadow = gray;black

[dialog]
_default_ = black;lightgray
dfocus = black;cyan
dhotnormal = red;
dhotfocus = red;cyan
dtitle = black;

[error]
_default_ = white;red
errdfocus = black;lightgray
errdhotnormal = yellow;red
errdhotfocus = red;lightgray
errdtitle = yellow;red

[filehighlight]
directory = white;
executable = brightmagenta;
symlink = lightgray;
hardlink =
stalelink = brightred;
device = brightmagenta;
special = brightblue;
core = red;
temp = gray;
archive = brightgreen;
doc = brown;
source = cyan;
media = green;
graph = brightcyan;
database = brightred;

[menu]
_default_ = lightgray;blue
menusel = black;cyan
menuhot = white;blue
menuhotsel = white;cyan
menuinactive = black;lightgray

[popupmenu]
_default_ = lightgray;blue
menusel = black;cyan
menutitle = yellow;blue

[buttonbar]
hotkey = red;lightgray
button = black;lightgray

[statusbar]
_default_ = black;lightgray

[help]
_default_ = black;lightgray
helpitalic = red;lightgray
helpbold = blue;lightgray
helplink = black;cyan
helpslink = yellow;blue
helptitle = blue;lightgray

[editor]
_default_ = lightgray;black
editbold = yellow;green
editmarked = black;lightgray
editwhitespace = brightblue;black
editnonprintable = ;black
editlinestate = white;cyan
bookmark = white;red
bookmarkfound = black;green
editrightmargin = lightgray;color237
# editbg =
editframe = gray;
editframeactive = lightgray;
editframedrag = red;
window-state-char = ↕
window-close-char = ✕

[viewer]
_default_ = lightgray;black
viewbold = yellow;black
viewunderline = brightred;black
viewselected = yellow;cyan

[diffviewer]
added = white;green
changedline = black;cyan
changednew = red;cyan
changed = white;cyan
removed = white;red
error = red;lightgray

[widget-panel]
sort-up-char = ↑
sort-down-char = ↓
hiddenfiles-show-char = •
hiddenfiles-hide-char = ○
history-prev-item-char = ←
history-next-item-char = →
history-show-list-char = ↓
filename-scroll-left-char = «
filename-scroll-right-char = »

[widget-scrollbar]
first-vert-char = ↑
last-vert-char = ↓
first-horiz-char = «
last-horiz-char = »
current-char = ■
background-char = ▒

0 comments on commit ce57193

Please sign in to comment.