Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 3, 2024
1 parent b886938 commit a4dec85
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 59 deletions.
50 changes: 25 additions & 25 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
49 changes: 25 additions & 24 deletions dist/md/hue.gl.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hue.gl",
"version": "0.0.3",
"version": "0.0.4",
"description": "hue.gl is a colour palette developed by Scape Agency.",
"keywords": [
"hue.gl",
Expand Down
2 changes: 1 addition & 1 deletion dist/py/hue.gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# =============================================================================
#
# hue.gl
# 0.0.3
# 0.0.4
#
# =============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/rcpx/hue.gl.rcpx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE palette PUBLIC "-//Kreative//DTD ResplendentColor 1.0//EN" "http://www.kreativekorp.com/dtd/rcpx.dtd">
<!-- hue.gl, version: 0.0.3 - https://www.hue.gl/ -->
<!-- hue.gl, version: 0.0.4 - https://www.hue.gl/ -->
<palette name="Open Color"
orientation="square"
hwidth="241" hheight= "85"
Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue.gl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.3
// 0.0.4
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/styl/hue.gl.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.3
// 0.0.4
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/tex/hue.gl.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
% =============================================================================
%
% hue.gl
% 0.0.3
% 0.0.4
%
% =============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/ts/hue.gl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.3
// 0.0.4
//
// ============================================================================

Expand Down
6 changes: 4 additions & 2 deletions src/jinja/hue.gl.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
{% for group_name, group in colors -%}
| {{ group_name }} |
{%- for color_name, color in group %} <img width="10%" src="/dist/png/swatch/{{ color_name }}.png" alt="{{ color_name }}"> |{% endfor %}
{%- for color_name, color in group %} <img src="/dist/png/swatch/{{ color_name }}.png" alt="{{ color_name }}"> {{ color_name }} |{% endfor %}

{% endfor %}
{% endfor %}

{# .slice(1, -1) #}

0 comments on commit a4dec85

Please sign in to comment.