Skip to content

Commit

Permalink
deploy: deac1f8
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 4, 2024
1 parent c578d37 commit 1a58865
Show file tree
Hide file tree
Showing 51 changed files with 568 additions and 357 deletions.
73 changes: 38 additions & 35 deletions configuration/buffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,24 +192,17 @@ <h1 class="menu-title"></h1>
<h1 id="buffer"><a class="header" href="#buffer">Buffer</a></h1>
<h2 id="buffer-section"><a class="header" href="#buffer-section"><code>[buffer]</code> Section</a></h2>
<h2 id="buffernickname-section"><a class="header" href="#buffernickname-section"><code>[buffer.nickname]</code> Section</a></h2>
<h3 id="buffernicknamecolor-section"><a class="header" href="#buffernicknamecolor-section"><code>[buffer.nickname.color]</code> Section</a></h3>
<pre><code class="language-toml">[buffer.nickname.color]
kind = "unique" | "solid"
hex = "&lt;string&gt;"
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>kind</code></td><td>Controls whether nickname color is <code>"solid"</code> or <code>"unique"</code>. <code>"unique"</code> generates colors by randomzing a hue which is used together with the saturation and lightness from the action color provided by the theme. This color can be overwritten with <code>hex</code>.</td><td><code>kind = "unique"</code></td></tr>
<tr><td><code>hex</code></td><td>Overwrite the default color. Optional.</td><td><code>not set</code></td></tr>
</tbody></table>
</div>
<h3 id="buffernicknamebrackets-section"><a class="header" href="#buffernicknamebrackets-section"><code>[buffer.nickname.brackets]</code> Section</a></h3>
<pre><code class="language-toml">[buffer.nickname.brackets]
left = "&lt;string&gt;"
right = "&lt;string&gt;"
<pre><code class="language-toml">[buffer.nickname]
alignment = "left" | "right"
color = "unique" | "solid"
brackets = { left = "&lt;string&gt;", right = "&lt;string&gt;" }
show_access_levels = true | false
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>left</code></td><td>Left bracket for nicknames.</td><td><code>left = ""</code></td></tr>
<tr><td><code>right</code></td><td>Right bracket for nicknames.</td><td><code>right = ""</code></td></tr>
<tr><td><code>alignment</code></td><td>Alignment option for nicknames in buffer.</td><td><code>"left"</code></td></tr>
<tr><td><code>color</code></td><td>Controls whether nickname color is <code>"solid"</code> or <code>"unique"</code>. <code>"unique"</code> generates colors by randomzing a hue which is used together with the saturation and lightness from the nickname color provided by the theme.</td><td><code>"unique"</code></td></tr>
<tr><td><code>brackets</code></td><td>Brackets for nicknames.</td><td><code>{ left = "", right = "" }</code></td></tr>
<tr><td><code>show_access_levels</code></td><td>Show access levels (@, +, ~, etc.) on nicknames</td><td><code>true</code></td></tr>
</tbody></table>
</div>
<h2 id="buffertimestamp-section"><a class="header" href="#buffertimestamp-section"><code>[buffer.timestamp]</code> Section</a></h2>
Expand All @@ -219,7 +212,14 @@ <h2 id="buffertimestamp-section"><a class="header" href="#buffertimestamp-sectio
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>format</code></td><td>Format expected is <a href="https://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html">strftime</a>. To disable, simply pass empty string <code>""</code>.</td><td><code>"%R"</code></td></tr>
<tr><td><code>brackets</code></td><td>Brackets for nicknames</td><td><code>{ left = "", right = "" }</code></td></tr>
<tr><td><code>brackets</code></td><td>Brackets for timestamps.</td><td><code>{ left = "", right = "" }</code></td></tr>
</tbody></table>
</div>
<pre><code class="language-toml">[buffer.status_message_prefix]
brackets = { left = "&lt;string&gt;", right = "&lt;string&gt;" }
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>brackets</code></td><td>Brackets for status message prefixes (uncommon).</td><td><code>{ left = "", right = "" }</code></td></tr>
</tbody></table>
</div>
<h2 id="buffertext_input-section"><a class="header" href="#buffertext_input-section"><code>[buffer.text_input]</code> Section</a></h2>
Expand All @@ -237,20 +237,19 @@ <h3 id="bufferchannelnicklist-section"><a class="header" href="#bufferchannelnic
<pre><code class="language-toml">[buffer.channel.nicklist]
enabled = true | false
position = "left" | "right"
alignment = "left" | "right"
color = "unique" | "solid"
width = &lt;number&gt;
show_access_levels = true | false

</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>enabled</code></td><td>Control if nicklist should be shown or not</td><td><code>true</code></td></tr>
<tr><td><code>position</code></td><td>Nicklist position. Can be <code>"left"</code> or <code>"right"</code>.</td><td><code>"right"</code></td></tr>
</tbody></table>
</div>
<h3 id="bufferchannelnicklistcolor-section"><a class="header" href="#bufferchannelnicklistcolor-section"><code>[buffer.channel.nicklist.color]</code> Section</a></h3>
<pre><code class="language-toml">[buffer.channel.nicklist.color]
kind = "unique" | "solid"
hex = "&lt;string&gt;"
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>kind</code></td><td>Controls whether nickname color is <code>"solid"</code> or <code>"unique"</code>. <code>"unique"</code> generates colors by randomzing a hue which is used together with the saturation and lightness from the action color provided by the theme. This color can be overwritten with <code>hex</code>.</td><td><code>kind = "unique"</code></td></tr>
<tr><td><code>hex</code></td><td>Overwrite the default color. Optional.</td><td><code>not set</code></td></tr>
<tr><td><code>alignment</code></td><td>Horizontal nicknames alignment</td><td><code>"left"</code></td></tr>
<tr><td><code>color</code></td><td>Controls whether nickname color is <code>"solid"</code> or <code>"unique"</code>. <code>"unique"</code> generates colors by randomzing a hue which is used together with the saturation and lightness from the nickname color provided by the theme.</td><td><code>"unique"</code></td></tr>
<tr><td><code>width</code></td><td>Overwrite nicklist width in pixels</td><td><code>not set</code></td></tr>
<tr><td><code>show_access_levels</code></td><td>Show access levels (@, +, ~, etc.) on nicknames</td><td><code>true</code></td></tr>
</tbody></table>
</div>
<h3 id="bufferchanneltopic-section"><a class="header" href="#bufferchanneltopic-section"><code>[buffer.channel.topic]</code> Section</a></h3>
Expand All @@ -268,46 +267,50 @@ <h2 id="bufferserver_messages-section"><a class="header" href="#bufferserver_mes
enabled = true | false
smart = &lt;integer&gt;
username_format = "full" | "short"
hex = "&lt;string&gt;"
</code></pre>
<pre><code class="language-toml">[buffer.server_messages.part]
enabled = true | false
smart = &lt;integer&gt;
username_format = "full" | "short"
hex = "&lt;string&gt;"
</code></pre>
<pre><code class="language-toml">[buffer.server_messages.quit]
enabled = true | false
smart = &lt;integer&gt;
username_format = "full" | "short"
hex = "&lt;string&gt;"
</code></pre>
<pre><code class="language-toml">[buffer.server_messages.topic]
enabled = true | false
hex = "&lt;string&gt;"
</code></pre>
<pre><code class="language-toml">[buffer.server_messages.change_host]
enabled = true | false
smart = &lt;integer&gt;
</code></pre>
<pre><code class="language-toml">[buffer.server_messages.monitored_online]
enabled = true | false
smart = &lt;integer&gt;
</code></pre>
<pre><code class="language-toml">[buffer.server_messages.monitored_offline]
enabled = true | false
smart = &lt;integer&gt;
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>enabled</code></td><td>Control if the server message should appear in buffers or not</td><td><code>true</code></td></tr>
<tr><td><code>smart</code></td><td>Only show server message if the user has sent a message in the given time interval (seconds) prior to the server message.</td><td><code>not set</code></td></tr>
<tr><td><code>username_format</code></td><td>Adjust how the username should look. Can be <code>"full"</code> (shows the longest username available (nickname, username and hostname) or <code>"short"</code> (only shows nickname).</td><td><code>"full"</code></td></tr>
<tr><td><code>hex</code></td><td>Overwrite the default color. Optional.</td><td><code>not set</code></td></tr>
</tbody></table>
</div>
<h2 id="bufferinternal_messages-section"><a class="header" href="#bufferinternal_messages-section"><code>[buffer.internal_messages]</code> Section</a></h2>
<pre><code class="language-toml">[buffer.internal_messages.success]
enabled = true | false
smart = &lt;integer&gt;
hex = "&lt;string&gt;"
</code></pre>
<pre><code class="language-toml">[buffer.internal_messages.error]
enabled = true | false
smart = &lt;integer&gt;
hex = "&lt;string&gt;"
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>enabled</code></td><td>Control if the internal message should appear in buffers or not</td><td><code>true</code></td></tr>
<tr><td><code>smart</code></td><td>Only show internal message if received within the given time duration (seconds).</td><td><code>not set</code></td></tr>
<tr><td><code>hex</code></td><td>Overwrite the default color. Optional.</td><td><code>not set</code></td></tr>
</tbody></table>
</div>
</main>
Expand Down
1 change: 1 addition & 0 deletions configuration/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ <h1 id="notifications"><a class="header" href="#notifications">Notifications</a>
<li><code>connected</code></li>
<li><code>disconnected</code></li>
<li><code>reconnected</code></li>
<li><code>direct_message</code></li>
<li><code>highlight</code></li>
<li><code>file_transfer_request</code></li>
</ul>
Expand Down
4 changes: 4 additions & 0 deletions configuration/servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ <h2 id="servers-section"><a class="header" href="#servers-section"><code>[server
<tr><td style="text-align: left"><code>on_connect</code></td><td style="text-align: left">Commands which are executed once connected. Example. <code>["/msg NickServ IDENTIFY foo bar"]</code>.</td><td style="text-align: left"><code>[]</code></td></tr>
<tr><td style="text-align: left"><code>who_poll_interval</code></td><td style="text-align: left">WHO poll interval (in seconds) for servers without away-notify.</td><td style="text-align: left"><code>180</code><sup class="footnote-reference"><a href="#2">2</a></sup></td></tr>
<tr><td style="text-align: left"><code>who_retry_interval</code></td><td style="text-align: left">WHO retry interval (in seconds) for servers without away-notify.</td><td style="text-align: left"><code>10</code><sup class="footnote-reference"><a href="#2">2</a></sup></td></tr>
<tr><td style="text-align: left"><code>monitor</code></td><td style="text-align: left">A list of nicknames to monitor (if IRCv3 Monitor<sup class="footnote-reference"><a href="#3">3</a></sup> is supported by the server).</td><td style="text-align: left"><code>[]</code></td></tr>
</tbody></table>
</div>
<div class="footnote-definition" id="1"><sup class="footnote-definition-label">1</sup>
Expand All @@ -231,6 +232,9 @@ <h2 id="servers-section"><a class="header" href="#servers-section"><code>[server
<div class="footnote-definition" id="2"><sup class="footnote-definition-label">2</sup>
<p>Limited between <code>5</code> and <code>3600</code> seconds.</p>
</div>
<div class="footnote-definition" id="3"><sup class="footnote-definition-label">3</sup>
<p><a href="https://ircv3.net/specs/extensions/monitor">https://ircv3.net/specs/extensions/monitor</a></p>
</div>
<h2 id="serverssasl-section"><a class="header" href="#serverssasl-section"><code>[servers.sasl]</code> Section</a></h2>
<h3 id="saslplain"><a class="header" href="#saslplain"><code>[sasl.plain]</code>:</a></h3>
<pre><code class="language-toml">[servers.liberachat.sasl.plain]
Expand Down
14 changes: 9 additions & 5 deletions configuration/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,18 @@ <h1 class="menu-title"></h1>
<h1 id="sidebar"><a class="header" href="#sidebar">Sidebar</a></h1>
<h2 id="sidebar-section"><a class="header" href="#sidebar-section"><code>[sidebar]</code> Section</a></h2>
<pre><code class="language-toml">[sidebar]
default_action = "new-pane" | "replace-pane"
buffer_action = "new-pane" | "replace-pane"
buffer_focused_action = "close-pane"
unread_indicators = "dot" | "title" | "none"
position = "left" | "right" | "top" | "bottom"
width = &lt;integer&gt;
show_unread_indicators = true | false
</code></pre>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>default_action</code></td><td>Action when selecting buffers in the sidebar. Can be <code>"new-pane"</code> or <code>"replace-pane"</code>.</td><td><code>"new-pane"</code></td></tr>
<tr><td><code>width</code></td><td>Specify sidebar width in pixels.</td><td><code>120</code></td></tr>
<tr><td><code>show_unread_indicators</code></td><td>Unread buffer indicators</td><td><code>true</code></td></tr>
<tr><td><code>buffer_action</code></td><td>Action when pressing buffers in the sidebar. <code>"new-pane"</code> opens a new pane, and <code>"replace-pane"</code> replaces the focused pane</td><td><code>"new-pane"</code></td></tr>
<tr><td><code>buffer_focused_action</code></td><td>Action when pressing a focused buffer in the sidebar. <code>"close-pane"</code> will close the focused pane.</td><td><code>not set</code></td></tr>
<tr><td><code>unread_indicators</code></td><td>Unread buffer indicator style.</td><td><code>"dot"</code></td></tr>
<tr><td><code>position</code></td><td>Sidebar position.</td><td><code>"left"</code></td></tr>
<tr><td><code>width</code></td><td>Specify sidebar width in pixels. Only used if <code>position</code> is <code>"left"</code> or <code>"right"</code>.</td><td><code>120</code></td></tr>
</tbody></table>
</div>
<h2 id="sidebarbuttons-section"><a class="header" href="#sidebarbuttons-section"><code>[sidebar.buttons]</code> Section</a></h2>
Expand Down
Binary file removed configuration/themes/boo-berry.png
Binary file not shown.
11 changes: 0 additions & 11 deletions configuration/themes/boo-berry.toml

This file was deleted.

Binary file added configuration/themes/booberry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions configuration/themes/booberry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[general]
background = "#452859"
horizontal_rule = "#54326F"
unread_indicator = "#36BF86"
border = "#DBBFEF"

[text]
primary = "#D8C8F3"
secondary = "#ad96be"
tertiary = "#ECCDBA"
success = "#A0F28F"
error = "#F47868"

[buffer]
background = "#3A224C"
background_text_input = "#311D41"
background_title_bar = "#362047"
timestamp = "#806d8d"
action = "#E8DCA0"
topic = "#DBBFEF"
highlight = "#64546f"
code = "#CCCCCC"
nickname = "#A0F28F"
url = "#82CECF"
selection = "#50496d"
border_selected = "#A4A0E8"

[buffer.server_messages]
default = "#FFCD1D"

[buttons.primary]
background_hover = "#4F2E65"
background_selected = "#54316C"
background_selected_hover = "#56326E"

[buttons.secondary]
background = "#3F2653"
background_hover = "#44295A"
background_selected = "#857293"
background_selected_hover = "#c1a8d3"
Binary file removed configuration/themes/catppuccin-frappe.png
Binary file not shown.
11 changes: 0 additions & 11 deletions configuration/themes/catppuccin-frappe.toml

This file was deleted.

Binary file added configuration/themes/catppuccin-latte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions configuration/themes/catppuccin-latte.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[general]
background = "#dce0e8"
horizontal_rule = "#ccd0da"
unread_indicator = "#8839ef"
border = "#9ca0b0"

[text]
primary = "#4c4f69"
secondary = "#6c6f85"
tertiary = "#8839ef"
success = "#40a02b"
error = "#d20f39"

[buffer]
background = "#e6e9ef"
background_text_input = "#eff1f5"
background_title_bar = "#eff1f5"
timestamp = "#9EA1B6"
action = "#fe640b"
topic = "#8c8fa1"
highlight = "#d5c9ef"
code = "#7287fd"
nickname = "#04a5e5"
url = "#1e66f5"
selection = "#b5ccf5"
border_selected = "#ccb8ef"
border = "#dce0e8"

[buffer.server_messages]
default = "#df8e1d"

[buttons.primary]
background_hover = "#D6D9E1"
background_selected = "#C1C4CA"
background_selected_hover = "#B7BAC0"

[buttons.secondary]
background = "#E3E7ED"
background_hover = "#D5D9DE"
background_selected = "#d4c8ef"
background_selected_hover = "#c2a4ef"
Binary file modified configuration/themes/catppuccin-macchiato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 40 additions & 10 deletions configuration/themes/catppuccin-macchiato.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,41 @@
name = "catppuccin-macchiato"

[palette]
background = "#24273a"
text = "#cad3f5"
action = "#f4dbd6"
accent = "#b8c0e0"
alert = "#eed49f"
error = "#ed8796"
info = "#8aadf4"
[general]
background = "#181926"
horizontal_rule = "#24273a"
unread_indicator = "#c6a0f6"
border = "#6E738D"

[text]
primary = "#cad3f5"
secondary = "#a5adcb"
tertiary = "#c6a0f6"
success = "#a6da95"
error = "#ed8796"

[buffer]
background = "#1e2030"
background_text_input = "#24273a"
background_title_bar = "#24273a"
timestamp = "#5B6076"
action = "#f5a97f"
topic = "#8087a2"
highlight = "#594c76"
code = "#b7bdf8"
nickname = "#91d7e3"
url = "#8aadf4"
selection = "#2C324A"
border_selected = "#4c4163"
border = "#181926"

[buffer.server_messages]
default = "#eed49f"

[buttons.primary]
background_hover = "#1E1F2F"
background_selected = "#222335"
background_selected_hover = "#27283D"

[buttons.secondary]
background = "#292C42"
background_hover = "#323550"
background_selected = "#4a4062"
background_selected_hover = "#8d74b1"
Binary file modified configuration/themes/catppuccin-mocha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 40 additions & 10 deletions configuration/themes/catppuccin-mocha.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,41 @@
name = "catppuccin-mocha"

[palette]
background = "#1e1e2e"
text = "#cdd6f4"
action = "#f5e0dc"
accent = "#bac2de"
alert = "#f9e2af"
error = "#f38ba8"
info = "#89b4fa"
[general]
background = "#11111b"
horizontal_rule = "#1e1e2e"
unread_indicator = "#cba6f7"
border = "#6c7086"

[text]
primary = "#cdd6f4"
secondary = "#a6adc8"
tertiary = "#cba6f7"
success = "#a6e3a1"
error = "#f38ba8"

[buffer]
background = "#181825"
background_text_input = "#1e1e2e"
background_title_bar = "#1e1e2e"
timestamp = "#585a6e"
action = "#fab387"
topic = "#7f849c"
highlight = "#594c76"
code = "#b7bdf8"
nickname = "#89dceb"
url = "#89b4fa"
selection = "#2C324A"
border_selected = "#4c4163"
border = "#11111b"

[buffer.server_messages]
default = "#f9e2af"

[buttons.primary]
background_hover = "#1A1A29"
background_selected = "#1E1E2F"
background_selected_hover = "#222236"

[buttons.secondary]
background = "#232336"
background_hover = "#2B2B42"
background_selected = "#4c4163"
background_selected_hover = "#685786"
Loading

0 comments on commit 1a58865

Please sign in to comment.