Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

O_EMOJI: Use a bigger variety of emoji #1950

Merged
merged 4 commits into from
Nov 8, 2024
Merged

O_EMOJI: Use a bigger variety of emoji #1950

merged 4 commits into from
Nov 8, 2024

Commits on Nov 6, 2024

  1. O_EMOJI: Use a bigger variety of emoji

    This commit changes the following icon definitions to use
    more specific emoji as icons. All of the new definitions are
    padded with spaces to ensure they use two cells each.
    
    ICON_CHESS "" -> "♟️ " (chess notation)
    ICON_FSHARP "" -> "🔷" (blue diamond looks like F Sharp logo)
    ICON_FONT "" -> "🔤" (letters abc)
    ICON_HTML "" -> "🌍" (globe)
    ICON_JAVASCRIPT "" -> ICON_SCRIPT (use a less generic emoji)
    ICON_MS_EXCEL ICON_WORDDOC -> "📗" (green book for Excel)
    ICON_MUSIC "🎧" (headphones and notes for music folder)
    ICON_MUSICFILE ICON_MUSIC -> "🎵" (one musical note for a song)
    ICON_PLAYLIST "" -> "🎶" (multiple notes for a playlist)
    ICON_PHOTOSHOP ICON_PICTUREFILE -> "🖌️ " (paintbrush symbolising photo editing)
    ICON_PICTUREFILE ICON_PICTURES -> "🖼️ " (a framed picture)
    ICON_RUST "" -> "🦀" (crab emoji looks like Rust mascot)
    ICON_SASS "" -> ICON_EXT_CSS (CSS preprocessor)
    ICON_VIDEOFILE ICON_VIDEOS -> "🎞 " (a film strip to symbolise a video)
    ICON_VIDEOS "🎞 " -> "🎬" (a clapper board for videos folder)
    ICON_VIM "" -> "🪛" (the power tool for everyone)
    ICON_EXT_COFFEE "" -> ICON_JAVASCRIPT (JS preprocessor)
    ICON_EXT_DEB ICON_LINUX -> "🍥" (Debian swirl)
    ICON_EXT_GO "" -> "💨" (Go logo dashing away)
    ICON_EXT_MAT "" -> ICON_EXT_M (MATLAB)
    ICON_EXT_NIX "" -> "❄️ " (Nix language logo like snowflake)
    ICON_EXT_PHP "🌐" -> ICON_HTML (use same Emoji for PHP and HTML)
    ICON_EXT_ROM "" -> "🔒" (a padlock)
    ICON_EXT_TS "" -> ICON_JAVASCRIPT (JS with static typing)
    dkabus committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7ef5d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ea1fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c299fe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. revert vim emoji

    N-R-K committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d6fe034 View commit details
    Browse the repository at this point in the history