Skip to content

Commit 3c0f1ae

Browse files
kimci86eXpl0it3r
authored andcommitted
Update icons urls and color
1 parent 8e81e62 commit 3c0f1ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ HTML_COLORSTYLE = LIGHT
14151415
# Minimum value: 0, maximum value: 359, default value: 220.
14161416
# This tag requires that the tag GENERATE_HTML is set to YES.
14171417

1418-
HTML_COLORSTYLE_HUE = 220
1418+
HTML_COLORSTYLE_HUE = 85
14191419

14201420
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
14211421
# in the HTML output. For a value of 0 the output will use gray-scales only. A

doc/doxygen.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ div.contents ul li {
12951295
width: 24px;
12961296
height: 18px;
12971297
margin-bottom: 4px;
1298-
background-image:url('folderopen.png');
1298+
background-image:url('folderopen.svg');
12991299
background-position: 0px -4px;
13001300
background-repeat: repeat-y;
13011301
vertical-align:top;
@@ -1306,7 +1306,7 @@ div.contents ul li {
13061306
width: 24px;
13071307
height: 18px;
13081308
margin-bottom: 4px;
1309-
background-image:url('folderclosed.png');
1309+
background-image:url('folderclosed.svg');
13101310
background-position: 0px -4px;
13111311
background-repeat: repeat-y;
13121312
vertical-align:top;
@@ -1317,7 +1317,7 @@ div.contents ul li {
13171317
width: 24px;
13181318
height: 18px;
13191319
margin-bottom: 4px;
1320-
background-image:url('doc.png');
1320+
background-image:url('doc.svg');
13211321
background-position: 0px -4px;
13221322
background-repeat: repeat-y;
13231323
vertical-align:top;

0 commit comments

Comments
 (0)