<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Implement a Centralized Color Theme System with Dynamic Style Updates in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-a-centralized-color-theme-system-with/idi-p/1420602</link>
    <description>&lt;P&gt;ArcGIS Pro offers powerful symbology tools, but managing styles across multiple feature layers can be time-consuming. There's currently no way to centrally define and manage color themes used throughout a map. This is particularly problematic when working with brand guidelines or thematic maps that rely on specific color palettes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenario:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Consider a map using a brand theme with three core colors (BrandBlue, BrandRed, BrandGreen). If the brand decides to change BrandBlue to a new shade, the current workflow requires manually editing every single element in the map that uses BrandBlue. This can be extremely inefficient, especially for maps with numerous feature layers.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Benefits of a Centralized Color Theme System:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Improved Efficiency:&lt;/STRONG&gt; Define colors once in a central theme. Any element referencing that color would update automatically if the theme color changes.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Reduced Errors:&lt;/STRONG&gt; Eliminates the need for manual edits across multiple layers, minimizing the risk of inconsistencies and errors.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Enhanced Maintainability:&lt;/STRONG&gt; Simplifies map updates and maintains consistent color usage throughout the project.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Desired Functionality:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Theme Palette Definition:&lt;/STRONG&gt; Allow users to define a central theme palette with named colors.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Style Reference:&lt;/STRONG&gt; Enable feature layer symbology to reference colors from the defined theme palette.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Dynamic Updates:&lt;/STRONG&gt; When a theme color changes, all elements referencing that color in the map automatically update with the new color.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Similar Functionality in Other Software:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Software like Adobe Illustrator offers style definitions that allow for centralized theme management and dynamic style updates. Implementing a similar system within ArcGIS Pro would significantly improve the workflow for users working with color-coded maps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have familiarity with HTML and CSS, you'll know that it's considered bad practice to assign "inline styles" to elements on a website, and instead assign style "classes" to elements and define those styles in the CSS (cascading style sheet).&amp;nbsp; A similar workflow with ArcGIS Pro would be extremely powerful.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A centralized color theme system with dynamic style updates would be a valuable addition to ArcGIS Pro. This functionality would streamline map creation and maintenance, especially for projects with strict color palettes or those undergoing design revisions.&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 18:52:41 GMT</pubDate>
    <dc:creator>Dcrowley</dc:creator>
    <dc:date>2024-05-24T18:52:41Z</dc:date>
    <item>
      <title>Implement a Centralized Color Theme System with Dynamic Style Updates</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-a-centralized-color-theme-system-with/idi-p/1420602</link>
      <description>&lt;P&gt;ArcGIS Pro offers powerful symbology tools, but managing styles across multiple feature layers can be time-consuming. There's currently no way to centrally define and manage color themes used throughout a map. This is particularly problematic when working with brand guidelines or thematic maps that rely on specific color palettes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenario:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Consider a map using a brand theme with three core colors (BrandBlue, BrandRed, BrandGreen). If the brand decides to change BrandBlue to a new shade, the current workflow requires manually editing every single element in the map that uses BrandBlue. This can be extremely inefficient, especially for maps with numerous feature layers.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Benefits of a Centralized Color Theme System:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Improved Efficiency:&lt;/STRONG&gt; Define colors once in a central theme. Any element referencing that color would update automatically if the theme color changes.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Reduced Errors:&lt;/STRONG&gt; Eliminates the need for manual edits across multiple layers, minimizing the risk of inconsistencies and errors.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Enhanced Maintainability:&lt;/STRONG&gt; Simplifies map updates and maintains consistent color usage throughout the project.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Desired Functionality:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Theme Palette Definition:&lt;/STRONG&gt; Allow users to define a central theme palette with named colors.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Style Reference:&lt;/STRONG&gt; Enable feature layer symbology to reference colors from the defined theme palette.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Dynamic Updates:&lt;/STRONG&gt; When a theme color changes, all elements referencing that color in the map automatically update with the new color.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Similar Functionality in Other Software:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Software like Adobe Illustrator offers style definitions that allow for centralized theme management and dynamic style updates. Implementing a similar system within ArcGIS Pro would significantly improve the workflow for users working with color-coded maps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have familiarity with HTML and CSS, you'll know that it's considered bad practice to assign "inline styles" to elements on a website, and instead assign style "classes" to elements and define those styles in the CSS (cascading style sheet).&amp;nbsp; A similar workflow with ArcGIS Pro would be extremely powerful.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A centralized color theme system with dynamic style updates would be a valuable addition to ArcGIS Pro. This functionality would streamline map creation and maintenance, especially for projects with strict color palettes or those undergoing design revisions.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 18:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-a-centralized-color-theme-system-with/idi-p/1420602</guid>
      <dc:creator>Dcrowley</dc:creator>
      <dc:date>2024-05-24T18:52:41Z</dc:date>
    </item>
  </channel>
</rss>

