Replies: 10 comments
-
How do you get this dark mode, is it a browser extension? |
Beta Was this translation helpful? Give feedback.
-
DarkReader in Firefox. |
Beta Was this translation helpful? Give feedback.
-
I don't mind using the flights data as a logo for now, perhaps reassess the color of the |
Beta Was this translation helpful? Give feedback.
-
I'll look into it next week then. For some reason this current logo idea reminds me of airplanes with flags (with messages / ads). |
Beta Was this translation helpful? Give feedback.
-
A real hex logo would be nice. 🤔 |
Beta Was this translation helpful? Give feedback.
-
Using the diagram without text (keeping this code snippet here for reference, it's part of the "cheatsheet project") library("dm")
xml <- dm_nycflights13() |>
dm_draw() |>
DiagrammeRsvg::export_svg() |>
xml2::read_xml()
text_nodes <- xml2::xml_find_all(xml, ".//d1:text")
xml2::xml_text(text_nodes) <- ""
xml2::write_xml(xml, "logo.svg") |
Beta Was this translation helpful? Give feedback.
-
FWIW I took a very similar approach for {flow}'s hex logo : The database icon might be used too, we could imagine something like below but with the database symbol in the background, (lighter basically), wearing the pkg name, not linked to tables, and table centred on top of it and linked between each other, with little key icons if we want to be fancy. |
Beta Was this translation helpful? Give feedback.
-
WDYT? Am I on the right track here? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your contributions. Hex stickers/logos are currently out of scope, we might revisit later. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions