Skip to content

Commit

Permalink
track theme assets in theme subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Jun 20, 2017
1 parent 65d060e commit b1e421e
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion themes/blue-gray.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif


2 changes: 1 addition & 1 deletion themes/brown-orange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif


6 changes: 3 additions & 3 deletions themes/color.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ styles:
dash_background_color: [0.984,0.980,1.000]

textures:
building-grid:
url: ../images/building-grid.gif
# building-grid:
# url: images/building-grid.gif

building-grid-bold:
url: ../images/building-grid-bold.gif
url: images/building-grid-bold.gif
2 changes: 1 addition & 1 deletion themes/gray-gold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
2 changes: 1 addition & 1 deletion themes/high-contrast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions themes/inverted-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ styles:
base: polygons
material:
diffuse:
texture: ../images/rock.png
texture: images/rock.png
mapping: planar
scale: .001

Expand Down Expand Up @@ -294,4 +294,4 @@ styles:
textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
2 changes: 1 addition & 1 deletion themes/inverted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
2 changes: 1 addition & 1 deletion themes/pink-yellow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif


2 changes: 1 addition & 1 deletion themes/purple-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif

0 comments on commit b1e421e

Please sign in to comment.