forked from YokaiRick/akkoma
thing
This commit is contained in:
parent
fae0d4ba9d
commit
4709928b06
4 changed files with 103 additions and 17 deletions
4
mix.lock
4
mix.lock
|
@ -37,8 +37,8 @@
|
|||
"ex_machina": {:hex, :ex_machina, "2.3.0", "92a5ad0a8b10ea6314b876a99c8c9e3f25f4dde71a2a835845b136b9adaf199a", [:mix], [{:ecto, "~> 2.2 or ~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_sql, "~> 3.0", [hex: :ecto_sql, repo: "hexpm", optional: true]}], "hexpm", "b84f6af156264530b312a8ab98ac6088f6b77ae5fe2058305c81434aa01fbaf9"},
|
||||
"ex_syslogger": {:hex, :ex_syslogger, "1.5.0", "bc936ee3fd13d9e592cb4c3a1e8a55fccd33b05e3aa7b185f211f3ed263ff8f0", [:mix], [{:poison, ">= 1.5.0", [hex: :poison, repo: "hexpm", optional: true]}, {:syslog, "~> 1.0.5", [hex: :syslog, repo: "hexpm", optional: false]}], "hexpm"},
|
||||
"excoveralls": {:hex, :excoveralls, "0.12.2", "a513defac45c59e310ac42fcf2b8ae96f1f85746410f30b1ff2b710a4b6cd44b", [:mix], [{:hackney, "~> 1.0", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
|
||||
"fast_html": {:hex, :fast_html, "1.0.3", "2cc0d4b68496266a1530e0c852cafeaede0bd10cfdee26fda50dc696c203162f", [:make, :mix], [], "hexpm", "ab3d782b639d3c4655fbaec0f9d032c91f8cab8dd791ac7469c2381bc7c32f85"},
|
||||
"fast_sanitize": {:hex, :fast_sanitize, "0.1.7", "2a7cd8734c88a2de6de55022104f8a3b87f1fdbe8bbf131d9049764b53d50d0d", [:mix], [{:fast_html, "~> 1.0", [hex: :fast_html, repo: "hexpm", optional: false]}, {:plug, "~> 1.8", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "f39fe8ea08fbac17487c30bf09b7d9f3e12472e51fb07a88ffeb8fd17da8ab67"},
|
||||
"fast_html": {:hex, :fast_html, "1.0.3", "2cc0d4b68496266a1530e0c852cafeaede0bd10cfdee26fda50dc696c203162f", [:make, :mix], [], "hexpm"},
|
||||
"fast_sanitize": {:hex, :fast_sanitize, "0.1.7", "2a7cd8734c88a2de6de55022104f8a3b87f1fdbe8bbf131d9049764b53d50d0d", [:mix], [{:fast_html, "~> 1.0", [hex: :fast_html, repo: "hexpm", optional: false]}, {:plug, "~> 1.8", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"},
|
||||
"flake_id": {:hex, :flake_id, "0.1.0", "7716b086d2e405d09b647121a166498a0d93d1a623bead243e1f74216079ccb3", [:mix], [{:base62, "~> 1.2", [hex: :base62, repo: "hexpm", optional: false]}, {:ecto, ">= 2.0.0", [hex: :ecto, repo: "hexpm", optional: true]}], "hexpm", "31fc8090fde1acd267c07c36ea7365b8604055f897d3a53dd967658c691bd827"},
|
||||
"floki": {:hex, :floki, "0.25.0", "b1c9ddf5f32a3a90b43b76f3386ca054325dc2478af020e87b5111c19f2284ac", [:mix], [{:html_entities, "~> 0.5.0", [hex: :html_entities, repo: "hexpm", optional: false]}], "hexpm"},
|
||||
"gen_smtp": {:hex, :gen_smtp, "0.15.0", "9f51960c17769b26833b50df0b96123605a8024738b62db747fece14eb2fbfcc", [:rebar3], [], "hexpm", "29bd14a88030980849c7ed2447b8db6d6c9278a28b11a44cafe41b791205440f"},
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
"title": "ihba",
|
||||
"author": "idk",
|
||||
"tabIcon": "tab.png",
|
||||
"stickers": ["hifusip.png"]
|
||||
"stickers": ["hifusip.png", "toot.png"]
|
||||
}
|
||||
|
|
BIN
priv/static/static/stickers/ihba/toot.png
Normal file
BIN
priv/static/static/stickers/ihba/toot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
|
@ -118,24 +118,110 @@
|
|||
"border": "0.55"
|
||||
},
|
||||
"colors": {
|
||||
"underlay": "#000000",
|
||||
"bg": "#070e1b",
|
||||
"text": "#bebebe",
|
||||
"link": "#3daee9",
|
||||
"fg": "#31363b",
|
||||
"fgLink": "#543fe7",
|
||||
"panelLink": "#38a5ed",
|
||||
"input": "#1b1d1f",
|
||||
"topBar": "#0d1a31",
|
||||
"topBarLink": "#bebebe",
|
||||
"btn": "#1b1d1f",
|
||||
"panel": "#0d1a31",
|
||||
"alertError": "#ff090f",
|
||||
"badgeNotification": "#024297",
|
||||
"border": "#363c41",
|
||||
"cRed": "#c42d38",
|
||||
"cBlue": "#ffffff",
|
||||
"cOrange": "#d7d720",
|
||||
"cGreen": "#22b325",
|
||||
"cOrange": "#d7d720"
|
||||
"cBlue": "#ffffff",
|
||||
"accent": "#3daee9",
|
||||
"link": "#3daee9",
|
||||
"text": "#bebebe",
|
||||
"badgeNotification": "#024297",
|
||||
"badgeNotificationText": "#ffffff",
|
||||
"panel": "#0d1a31",
|
||||
"panelText": "#bebebe",
|
||||
"alertNeutral": "#bebebe",
|
||||
"alertNeutralPanelText": "#ffffff",
|
||||
"alertNeutralText": "#ffffff",
|
||||
"alertWarning": "#d7d720",
|
||||
"alertWarningPanelText": "#ffffff",
|
||||
"alertWarningText": "#ffffff",
|
||||
"alertError": "#ff090f",
|
||||
"alertErrorPanelText": "#bebebe",
|
||||
"alertErrorText": "#bebebe",
|
||||
"fgText": "#bebebe",
|
||||
"topBar": "#0d1a31",
|
||||
"topBarText": "#bebebe",
|
||||
"input": "#1b1d1f",
|
||||
"inputTopbarText": "#bebebe",
|
||||
"inputPanelText": "#bebebe",
|
||||
"inputText": "#bebebe",
|
||||
"btn": "#1b1d1f",
|
||||
"btnText": "#bebebe",
|
||||
"btnTopBarText": "#bebebe",
|
||||
"btnDisabled": "#0c121c",
|
||||
"btnDisabledTopBarText": "#393d45",
|
||||
"btnPanelText": "#bebebe",
|
||||
"btnDisabledPanelText": "#393d45",
|
||||
"btnDisabledText": "#393d45",
|
||||
"btnToggled": "#1b1d1f",
|
||||
"btnToggledTopBarText": "#bebebe",
|
||||
"btnToggledPanelText": "#bebebe",
|
||||
"btnToggledText": "#bebebe",
|
||||
"btnPressed": "#1b1d1f",
|
||||
"btnPressedTopBarText": "#bebebe",
|
||||
"btnPressedTopBar": "#1b1d1f",
|
||||
"btnPressedPanelText": "#bebebe",
|
||||
"btnPressedPanel": "#1b1d1f",
|
||||
"btnPressedText": "#bebebe",
|
||||
"tabActiveText": "#bebebe",
|
||||
"tabText": "#bebebe",
|
||||
"tab": "#1b1d1f",
|
||||
"fgLink": "#543fe7",
|
||||
"topBarLink": "#bebebe",
|
||||
"panelLink": "#38a5ed",
|
||||
"panelFaint": "#bebebe",
|
||||
"icon": "#63666d",
|
||||
"poll": "#1d4f6e",
|
||||
"pollText": "#bebebe",
|
||||
"border": "#363c41",
|
||||
"postLink": "#3daee9",
|
||||
"lightText": "#f2f2f2",
|
||||
"popover": "#070e1b",
|
||||
"selectedMenuPopover": "#0d1930",
|
||||
"highlight": "#0d1930",
|
||||
"highlightText": "#bebebe",
|
||||
"selectedMenu": "#0d1930",
|
||||
"selectedMenuText": "#bebebe",
|
||||
"selectedMenuPopoverIcon": "#666c77",
|
||||
"highlightLink": "#3daee9",
|
||||
"selectedMenuLink": "#3daee9",
|
||||
"selectedMenuPopoverLink": "#3daee9",
|
||||
"selectedMenuPopoverText": "#bebebe",
|
||||
"faintLink": "#3daee9",
|
||||
"highlightFaintLink": "#3daee9",
|
||||
"selectedMenuFaintLink": "#3daee9",
|
||||
"selectedMenuPopoverFaintLink": "#3daee9",
|
||||
"faint": "#bebebe",
|
||||
"highlightFaintText": "#bebebe",
|
||||
"selectedMenuFaintText": "#bebebe",
|
||||
"selectedMenuPopoverFaintText": "#bebebe",
|
||||
"highlightLightText": "#f2f2f2",
|
||||
"selectedMenuLightText": "#f2f2f2",
|
||||
"selectedMenuPopoverLightText": "#f2f2f2",
|
||||
"selectedMenuIcon": "#666c77",
|
||||
"selectedPost": "#0d1930",
|
||||
"selectedPostText": "#bebebe",
|
||||
"selectedPostIcon": "#666c77",
|
||||
"selectedPostLink": "#3daee9",
|
||||
"selectedPostFaintLink": "#3daee9",
|
||||
"highlightPostLink": "#3daee9",
|
||||
"selectedPostPostLink": "#3daee9",
|
||||
"selectedPostLightText": "#f2f2f2",
|
||||
"selectedPostFaintText": "#bebebe",
|
||||
"popoverText": "#bebebe",
|
||||
"popoverIcon": "#63666d",
|
||||
"popoverLink": "#3daee9",
|
||||
"postFaintLink": "#3daee9",
|
||||
"popoverPostFaintLink": "#3daee9",
|
||||
"popoverFaintLink": "#3daee9",
|
||||
"popoverFaintText": "#bebebe",
|
||||
"popoverPostLink": "#3daee9",
|
||||
"popoverLightText": "#f2f2f2",
|
||||
"highlightIcon": "#666c77",
|
||||
"highlightPostFaintLink": "#3daee9"
|
||||
},
|
||||
"radii": {
|
||||
"btn": "4",
|
||||
|
|
Loading…
Reference in a new issue