seti-ui icon indicating copy to clipboard operation
seti-ui copied to clipboard

A subtle dark colored UI theme for Atom.

Results 112 seti-ui issues
Sort by recently updated
recently updated
newest added
trafficstars

Can we add test.mjs extension to seti icon theme? This file extension is the default for node js test runner. It would be nice to have the same theming as...

According to [VSCode docs](https://code.visualstudio.com/api/extension-guides/file-icon-theme#language-default-icons), language contributors can define a custom icon for the language. I've done this, but the icon alignment between my custom icon and the others looks quite...

Add .otf mapping to generic "font". Resolves #694 - Before: ![image](https://github.com/jesseweed/seti-ui/assets/48109042/0aa27f16-76f4-454c-9ffe-8f53a56d86d1) - After: ![image](https://github.com/jesseweed/seti-ui/assets/48109042/baa63a80-d272-4911-b4b9-9a27d9c01670)

File extension .otf ([Open Type Format](https://en.wikipedia.org/wiki/OpenType)) is one of the most common font format out there and needs to be associated with the generic font file type for it to...

While React did popularize the JSX/TSX syntax, there is an increasing number of libraries other than react that rely on JSX/TSX. Notable examples are [SolidJS](https://solidjs.com/), [Vue](https://vuejs.org/guide/extras/render-function) and [Preact](https://preactjs.com/) which can...

As of v4.5.0, webpack-cli supports configs with `.mjs` file extension: https://github.com/webpack/webpack-cli/releases/tag/webpack-cli%404.5.0 This PR updates Seti theme to use the webpack icon for such files instead of the generic JS file...

How do I best apply color changes to icons for specific file types in VSCode? I have trouble differentiating the blue TypeScript icon from the blue Python icon at a...

it would be good to have an icon for files named "notes" like you have for "todo" .

Continuation of https://github.com/jesseweed/seti-ui/pull/691 Closes #704 ### Preview ![image](https://github.com/user-attachments/assets/24615a17-003a-4273-9ea7-678f15be9d27) ---- ### Update Since the PR is still open, added brand new Typescript icons - eslint.config.ts - eslint.config.mts - eslint.config.cts https://eslint.org/docs/latest/use/configure/configuration-files

close #692 ## Summary: support [Nuxt.js](https://nuxt.com/) config file , eg: `nuxt.config.ts` ## Rendering: ![image](https://github.com/user-attachments/assets/314d13b7-d8e4-45c4-a5a4-2c7bfb7a691e) ![image](https://github.com/user-attachments/assets/38c730d3-647b-4f32-9fc4-af8929e857b7)