DostsOfFigma
Palette+ is a powerful plugin that allows designers to create and manage color palettes directly within the Figma design tool. The plugin not only enables the easy creation and organization of color palettes but also includes accessibility features to ensure compliance with accessibility guidelines. Additionally, it offers a size changing feature, enabling designers to quickly adjust the size of elements within their design.
Features
1.Color Palette Creation: Easily create and manage color palettes within Figma. The plugin provides an intuitive interface to add, remove, and rearrange colors in your palette.
2.Font size Changing Feature: The plugin also allows users to change the size of selected elements within their design. This feature streamlines the design process, saving time and effort in manually adjusting sizes.
3.Customizable Options: The plugin offers customizable options for color palettes, including the ability to set default colors, adjust contrast ratios thresholds, and customize size presets.
- Random palette is generated using random() function. Font size is changed using evaluating all the elements in the page and changing the font size of the text elements. Cancel button is used to exit from the plugin.
- walkthrough
Figma API
- Fork the repository
- Clone the repository
git clone https://github.com/alaka03aj/SHN-Figma.git
- Install all dependencies
- Install TypeScript using the command:
npm install -g typescript
- To use latest Figma plugin
npm install --save-dev @figma/plugin-typings
- Run the application by "Terminal > Run Build Task..." menu item, then select "npm: watch"
Run the "Terminal > Run Build Task..." menu item, then select "npm: watch"