[
  {
    "path": ".editorconfig",
    "content": "# EditorConfig helps developers define and maintain consistent\n# coding styles between different editors and IDEs\n# EditorConfig is awesome: https://EditorConfig.org\n\nroot = true\n\n[*]\ncharset = utf-8\nindent_size = 2\nindent_style = space\nend_of_line = lf\ninsert_final_newline = true\ntrim_trailing_whitespace = true\n\n# go\n[*.go]\nindent_style = tab\nindent_size = 4\n\n# python\n[*.{ini,py,py.tpl,rst}]\nindent_size = 4\n\n# rust\n[*.rs]\nindent_size = 4\n\n# documentation, utils\n[*.{md,mdx,diff}]\ntrim_trailing_whitespace = false\n\n# windows shell scripts\n[*.{cmd,bat,ps1}]\nend_of_line = crlf\n"
  },
  {
    "path": ".envrc",
    "content": "use flake\nlayout node"
  },
  {
    "path": ".github/workflows/check.yml",
    "content": "name: whiskers\n\non:\n  workflow_dispatch:\n  push:\n    branches: [main]\n  pull_request:\n    branches: [main]\n\njobs:\n  run:\n    uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1\n    with:\n      args: lazygit.tera\n    secrets: inherit\n"
  },
  {
    "path": ".github/workflows/release.yml",
    "content": "on:\n  workflow_dispatch:\n  push:\n    branches: [main]\n\nname: release-please\n\npermissions:\n  contents: write\n  pull-requests: write\n\njobs:\n  release-please:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: googleapis/release-please-action@v4\n        id: release\n        with:\n          release-type: simple\n"
  },
  {
    "path": ".gitignore",
    "content": ".direnv/"
  },
  {
    "path": "CHANGELOG.md",
    "content": "# Changelog\n\n## [2.3.0](https://github.com/catppuccin/lazygit/compare/v2.2.0...v2.3.0) (2026-04-01)\n\n\n### Features\n\n* support new config colors ([#62](https://github.com/catppuccin/lazygit/issues/62)) ([9e36639](https://github.com/catppuccin/lazygit/commit/9e36639c9a5f241ec05c70ecfcf87032be45ea3f))\n\n## [2.2.0](https://github.com/catppuccin/lazygit/compare/v2.1.0...v2.2.0) (2024-05-19)\n\n\n### Bug Fixes\n\n* ci; release for lazygit 0.42.0 ([49916ac](https://github.com/catppuccin/lazygit/commit/49916ac0fc1d74cdd150c38b9db18d1d244bd798))\n\n## [2.1.0](https://github.com/catppuccin/lazygit/compare/v2.0.0...v2.1.0) (2024-03-28)\n\n\n### Features\n\n* support lazygit 0.41.0 ([#33](https://github.com/catppuccin/lazygit/issues/33)) ([dd77f4b](https://github.com/catppuccin/lazygit/commit/dd77f4b652a86361120a37fcae5c2aa9dfcd1340))\n\n## [2.0.0](https://github.com/catppuccin/lazygit/compare/v1.1.1...v2.0.0) (2024-02-04)\n\n\n### ⚠ BREAKING CHANGES\n\n* remove deprecated selectedRangeBgColor key ([#31](https://github.com/catppuccin/lazygit/issues/31))\n\n### Features\n\n* remove deprecated selectedRangeBgColor key ([#31](https://github.com/catppuccin/lazygit/issues/31)) ([4e06002](https://github.com/catppuccin/lazygit/commit/4e06002d9d84a470b63226827dd2c3d827499793))\n\n## [1.1.1](https://github.com/catppuccin/lazygit/compare/v1.1.0...v1.1.1) (2024-02-04)\n\n\n### Bug Fixes\n\n* update CI tooling ([28baa9a](https://github.com/catppuccin/lazygit/commit/28baa9add76d22701301b96b9559ddc9c81f1014))\n\n## [1.1.0](https://github.com/catppuccin/lazygit/compare/v1.0.3...v1.1.0) (2024-02-04)\n\n\n### Features\n\n* fix release tagging ([a71dd12](https://github.com/catppuccin/lazygit/commit/a71dd12fd9eaf27d4c697ab91a9638950d5dda75))\n\n## [1.0.3](https://github.com/catppuccin/lazygit/compare/v1.0.2...v1.0.3) (2024-02-04)\n\n\n### Miscellaneous Chores\n\n* release ([37d3909](https://github.com/catppuccin/lazygit/commit/37d39091a88f205f6551ec1c89e7c618ed0ec58a))\n\n## [1.0.2](https://github.com/catppuccin/lazygit/compare/v1.0.1...v1.0.2) (2024-02-04)\n\n\n### Miscellaneous Chores\n\n* release ([7b22ae9](https://github.com/catppuccin/lazygit/commit/7b22ae9e107a9cb17e63f155ef4e148a2d83fde7))\n\n## [1.0.1](https://github.com/catppuccin/lazygit/compare/v1.0.0...v1.0.1) (2024-02-04)\n\n\n### Miscellaneous Chores\n\n* release ([3452289](https://github.com/catppuccin/lazygit/commit/3452289ae7c2260c67b34962593e5d1c82714017))\n* trigger release ([0f8f0b1](https://github.com/catppuccin/lazygit/commit/0f8f0b1e169b50acf8e0cfcc926248f3be7e753c))\n\n## [1.0.0](https://github.com/catppuccin/lazygit/compare/v1.0.0...v1.0.0) (2024-02-04)\n\n\n### Miscellaneous Chores\n\n* trigger release ([0f8f0b1](https://github.com/catppuccin/lazygit/commit/0f8f0b1e169b50acf8e0cfcc926248f3be7e753c))\n\n## 1.0.0 (2024-02-04)\n\n\n### Features\n\n* **asset:** macchiato ([bc4c26b](https://github.com/catppuccin/lazygit/commit/bc4c26beefadcfe5d331b950be47420ee379a229))\n* generate configs, fix out of date config options ([#10](https://github.com/catppuccin/lazygit/issues/10)) ([65c3b60](https://github.com/catppuccin/lazygit/commit/65c3b60aafc12b2c88494e012dbb1404086484dd))\n* generate configs, fix out of date config options ([#9](https://github.com/catppuccin/lazygit/issues/9)) ([231e265](https://github.com/catppuccin/lazygit/commit/231e26561842662a33524180d74d28e787592a5f))\n* initial commit ([4247355](https://github.com/catppuccin/lazygit/commit/4247355132f64ba624e0b9119d5f8208e308031c))\n* use release-please, build themes in CI ([#18](https://github.com/catppuccin/lazygit/issues/18)) ([8eca84d](https://github.com/catppuccin/lazygit/commit/8eca84d003ab7a661c1d900ba7d91fcd7bf69f21))\n* use whiskers; make file naming consistent ([#14](https://github.com/catppuccin/lazygit/issues/14)) ([ce45454](https://github.com/catppuccin/lazygit/commit/ce454540e5411287b0f5833e7056bcc835f8c952))\n\n\n### Bug Fixes\n\n* code-block indentation ([#16](https://github.com/catppuccin/lazygit/issues/16)) ([9319e49](https://github.com/catppuccin/lazygit/commit/9319e49f761ddb154c0b5386afd7441170f6dfd3))\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 Catppuccin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "<h3 align=\"center\">\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png\" width=\"100\" alt=\"Logo\"/><br/>\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\" height=\"30\" width=\"0px\"/>\n\tCatppuccin for <a href=\"https://github.com/jesseduffield/lazygit\">Lazygit</a>\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\" height=\"30\" width=\"0px\"/>\n</h3>\n\n<p align=\"center\">\n\t<a href=\"https://github.com/catppuccin/lazygit/stargazers\"><img src=\"https://img.shields.io/github/stars/catppuccin/lazygit?colorA=363a4f&colorB=b7bdf8&style=for-the-badge\"></a>\n\t<a href=\"https://github.com/catppuccin/lazygit/issues\"><img src=\"https://img.shields.io/github/issues/catppuccin/lazygit?colorA=363a4f&colorB=f5a97f&style=for-the-badge\"></a>\n\t<a href=\"https://github.com/catppuccin/lazygit/contributors\"><img src=\"https://img.shields.io/github/contributors/catppuccin/lazygit?colorA=363a4f&colorB=a6da95&style=for-the-badge\"></a>\n</p>\n\n<p align=\"center\">\n\t<img src=\"assets/preview.webp\"/>\n</p>\n\n## Previews\n\n<details>\n<summary>🌻 Latte</summary>\n<img src=\"assets/latte.webp\"/>\n</details>\n<details>\n<summary>🪴 Frappé</summary>\n<img src=\"assets/frappe.webp\"/>\n</details>\n<details>\n<summary>🌺 Macchiato</summary>\n<img src=\"assets/macchiato.webp\"/>\n</details>\n<details>\n<summary>🌿 Mocha</summary>\n<img src=\"assets/mocha.webp\"/>\n</details>\n\n## Installation\n\n### Finding your config directory\nLazygit respects XDG (for macOS and Linux), and uses AppData on Windows. So, below are the default config directories:\n- Linux: `~/.config/lazygit/config.yml`\n- MacOS: `~/Library/Application Support/lazygit/config.yml`\n- Windows: `%APPDATA%\\lazygit\\config.yml`\n\nIf you cannot find the config files there, or your changes are not taking effect, you can ask lazygit itself for the config directory:\n```sh\nlazygit --print-config-dir\n```\nKeep this directory in mind for all future steps, replacing `<config-dir>` when relevant.\n\n### Apply the theme\n1. Clone this repository locally\n2. Ensure the config directory exists. If it doesn't, you can run `lazygit` to launch and setup the directory.\n\nAt this point, you will have to decide how you want to load the theme.\n\nYou can either copy it straight into your `config.yml` file, or \nadd flags to lazygit which will merge it from our presets.\n\n\n#### If you want to merge with your own config: \n1. Choose the flavor you want (from `./themes`)\n2. Choose the accent you want from within the flavor directory.\n3. Replace the `theme` section of `<config-dir>/config.yml` with the theme you want to use (from `themes`).\n\n    For example, if you want to use the catppuccin **mocha** theme, with the **blue** accent, then copy the contents of [`themes/mocha/blue.yml`](./themes/mocha/blue.yml) and paste them directly into your lazygit `config.yml` as follows:\n    <details>\n    <summary>config.yml</summary>\n\n    ```yaml\n    gui:\n     # Use the mocha catppuccin theme\n     theme:\n       activeBorderColor:\n         - '#89b4fa'\n         - bold\n       inactiveBorderColor:\n         - '#a6adc8'\n       optionsTextColor:\n         - '#89b4fa'\n       selectedLineBgColor:\n         - '#313244'\n       cherryPickedCommitBgColor:\n         - '#45475a'\n       cherryPickedCommitFgColor:\n         - '#89b4fa'\n       unstagedChangesColor:\n         - '#f38ba8'\n       defaultFgColor:\n         - '#cdd6f4'\n       searchingActiveBorderColor:\n         - '#f9e2af'\n    ```\n    </details>\n4. Close and re-open lazygit to see your new theme!\n\n#### If you want to use our preset:\t\n1. Choose the flavor you want (from `./themes-mergable/`)\n2. Choose the accent you want from within the flavor directory.\n3. Copy your chosen theme file into `<config-dir>/lazygit` \n4. Change your lazygit startup command (you may want to set a shell alias) to the following:\n```bash\n# This will instruct lazygit to open both config files, merge them, and then boot.\n# You can add more config files, delimited by a comma, to this list\n\n# Replacing <your-theme> with the relevant theme file\nlazygit --use-config-file=\"<config-dir>/config.yml,<your-theme>.yml\"\n# or\nLG_CONFIG_FILE=\"<config-dir>/config.yml,<your-theme>.yml\" lazygit\n```\n\n5. Close and re-open lazygit to see your new theme!\n\n## 🙋 FAQ\n\n- Q: **_\"Why is the background wrong?\"_**\\\n  A: Lazygit uses your terminal background. You should set it to the relevant background\n  for your theme.\n\n## 💝 Thanks to\n\n- [nullishamy](https://github.com/nullishamy)\n\n&nbsp;\n\n<p align=\"center\">\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true\" />\n</p>\n\n<p align=\"center\">\n\tCopyright &copy; 2021-present <a href=\"https://github.com/catppuccin\" target=\"_blank\">Catppuccin Org</a>\n</p>\n\n<p align=\"center\">\n\t<a href=\"https://github.com/catppuccin/lazygit/blob/main/LICENSE\"><img src=\"https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8\"/></a>\n</p>\n"
  },
  {
    "path": "flake.nix",
    "content": "{\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/nixos-22.11\";\n    flake-utils.url = \"github:numtide/flake-utils\";\n    catppuccin-toolbox.url = \"github:catppuccin/toolbox\";\n  };\n\n  description = \"Development shell flake\";\n  outputs = { self, nixpkgs, flake-utils, catppuccin-toolbox }: flake-utils.lib.eachDefaultSystem (system: {\n    devShell = let \n      pkgs = nixpkgs.legacyPackages.${system};\n    in \n      pkgs.mkShell {\n        packages = with pkgs; [\n          just\n          catppuccin-toolbox.packages.${system}.whiskers\n        ];\n      };\n  });\n}"
  },
  {
    "path": "justfile",
    "content": "_default:\n  @just --list\n\nbuild:\n  whiskers lazygit.tera\n"
  },
  {
    "path": "lazygit.tera",
    "content": "---\nwhiskers:\n  version: ^2.9.0\n  matrix:\n    - variant: [\"themes\", \"themes-mergable\"]\n    - flavor\n    - accent\n  filename: \"{{variant}}/{{flavor.identifier}}/{{accent}}.yml\"\n---\n\n{%- macro theme() %}\n{%- set palette = flavor.colors -%}\ntheme:\n  activeBorderColor:\n    - '#{{ palette[accent].hex }}'\n    - bold\n  inactiveBorderColor:\n    - '#{{ palette.subtext0.hex }}'\n  searchingActiveBorderColor:\n    - '#{{ palette.yellow.hex }}'\n  optionsTextColor:\n    - '#{{ palette.blue.hex }}'\n  selectedLineBgColor:\n    - '#{{ palette.surface0.hex }}'\n  inactiveViewSelectedLineBgColor:\n    - '#{{ palette.overlay0.hex }}'\n  cherryPickedCommitFgColor:\n    - '#{{ palette[accent].hex }}'\n  cherryPickedCommitBgColor:\n    - '#{{ palette.surface1.hex }}'\n  markedBaseCommitFgColor:\n    - '#{{ palette.blue.hex }}'\n  markedBaseCommitBgColor:\n    - '#{{ palette.yellow.hex }}'\n  unstagedChangesColor:\n    - '#{{ palette.red.hex }}'\n  defaultFgColor:\n    - '#{{ palette.text.hex }}'\n\nauthorColors:\n  '*': '#{{ palette.lavender.hex }}'\n{%- endmacro %}\n\n{%- if variant == \"themes\" -%}\n{{ self::theme() }}\n{%- else -%}\ngui:\n  {{ self::theme() | indent(prefix=\"  \") }}\n{%- endif %}\n"
  },
  {
    "path": "renovate.json",
    "content": "{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"local>catppuccin/renovate-config\"\n  ]\n}\n"
  },
  {
    "path": "themes/frappe/blue.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#8caaee'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#8caaee'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/flamingo.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#eebebe'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#eebebe'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/green.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#a6d189'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#a6d189'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/lavender.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#babbf1'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#babbf1'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/maroon.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#ea999c'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#ea999c'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/mauve.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#ca9ee6'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#ca9ee6'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/peach.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#ef9f76'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#ef9f76'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/pink.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f4b8e4'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#f4b8e4'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/red.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#e78284'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#e78284'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/rosewater.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f2d5cf'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#f2d5cf'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/sapphire.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#85c1dc'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#85c1dc'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/sky.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#99d1db'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#99d1db'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/teal.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#81c8be'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#81c8be'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/frappe/yellow.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#e5c890'\n    - bold\n  inactiveBorderColor:\n    - '#a5adce'\n  searchingActiveBorderColor:\n    - '#e5c890'\n  optionsTextColor:\n    - '#8caaee'\n  selectedLineBgColor:\n    - '#414559'\n  inactiveViewSelectedLineBgColor:\n    - '#737994'\n  cherryPickedCommitFgColor:\n    - '#e5c890'\n  cherryPickedCommitBgColor:\n    - '#51576d'\n  markedBaseCommitFgColor:\n    - '#8caaee'\n  markedBaseCommitBgColor:\n    - '#e5c890'\n  unstagedChangesColor:\n    - '#e78284'\n  defaultFgColor:\n    - '#c6d0f5'\n\nauthorColors:\n  '*': '#babbf1'\n"
  },
  {
    "path": "themes/latte/blue.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#1e66f5'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#1e66f5'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/flamingo.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#dd7878'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#dd7878'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/green.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#40a02b'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#40a02b'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/lavender.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#7287fd'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#7287fd'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/maroon.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#e64553'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#e64553'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/mauve.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#8839ef'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#8839ef'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/peach.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#fe640b'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#fe640b'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/pink.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#ea76cb'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#ea76cb'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/red.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#d20f39'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#d20f39'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/rosewater.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#dc8a78'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#dc8a78'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/sapphire.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#209fb5'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#209fb5'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/sky.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#04a5e5'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#04a5e5'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/teal.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#179299'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#179299'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/latte/yellow.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#df8e1d'\n    - bold\n  inactiveBorderColor:\n    - '#6c6f85'\n  searchingActiveBorderColor:\n    - '#df8e1d'\n  optionsTextColor:\n    - '#1e66f5'\n  selectedLineBgColor:\n    - '#ccd0da'\n  inactiveViewSelectedLineBgColor:\n    - '#9ca0b0'\n  cherryPickedCommitFgColor:\n    - '#df8e1d'\n  cherryPickedCommitBgColor:\n    - '#bcc0cc'\n  markedBaseCommitFgColor:\n    - '#1e66f5'\n  markedBaseCommitBgColor:\n    - '#df8e1d'\n  unstagedChangesColor:\n    - '#d20f39'\n  defaultFgColor:\n    - '#4c4f69'\n\nauthorColors:\n  '*': '#7287fd'\n"
  },
  {
    "path": "themes/macchiato/blue.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#8aadf4'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#8aadf4'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/flamingo.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f0c6c6'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#f0c6c6'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/green.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#a6da95'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#a6da95'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/lavender.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#b7bdf8'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#b7bdf8'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/maroon.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#ee99a0'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#ee99a0'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/mauve.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#c6a0f6'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#c6a0f6'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/peach.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f5a97f'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#f5a97f'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/pink.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f5bde6'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#f5bde6'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/red.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#ed8796'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#ed8796'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/rosewater.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f4dbd6'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#f4dbd6'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/sapphire.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#7dc4e4'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#7dc4e4'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/sky.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#91d7e3'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#91d7e3'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/teal.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#8bd5ca'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#8bd5ca'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/macchiato/yellow.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#eed49f'\n    - bold\n  inactiveBorderColor:\n    - '#a5adcb'\n  searchingActiveBorderColor:\n    - '#eed49f'\n  optionsTextColor:\n    - '#8aadf4'\n  selectedLineBgColor:\n    - '#363a4f'\n  inactiveViewSelectedLineBgColor:\n    - '#6e738d'\n  cherryPickedCommitFgColor:\n    - '#eed49f'\n  cherryPickedCommitBgColor:\n    - '#494d64'\n  markedBaseCommitFgColor:\n    - '#8aadf4'\n  markedBaseCommitBgColor:\n    - '#eed49f'\n  unstagedChangesColor:\n    - '#ed8796'\n  defaultFgColor:\n    - '#cad3f5'\n\nauthorColors:\n  '*': '#b7bdf8'\n"
  },
  {
    "path": "themes/mocha/blue.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#89b4fa'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#89b4fa'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/flamingo.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f2cdcd'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#f2cdcd'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/green.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#a6e3a1'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#a6e3a1'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/lavender.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#b4befe'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#b4befe'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/maroon.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#eba0ac'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#eba0ac'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/mauve.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#cba6f7'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#cba6f7'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/peach.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#fab387'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#fab387'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/pink.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f5c2e7'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#f5c2e7'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/red.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f38ba8'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#f38ba8'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/rosewater.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f5e0dc'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#f5e0dc'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/sapphire.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#74c7ec'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#74c7ec'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/sky.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#89dceb'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#89dceb'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/teal.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#94e2d5'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#94e2d5'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes/mocha/yellow.yml",
    "content": "theme:\n  activeBorderColor:\n    - '#f9e2af'\n    - bold\n  inactiveBorderColor:\n    - '#a6adc8'\n  searchingActiveBorderColor:\n    - '#f9e2af'\n  optionsTextColor:\n    - '#89b4fa'\n  selectedLineBgColor:\n    - '#313244'\n  inactiveViewSelectedLineBgColor:\n    - '#6c7086'\n  cherryPickedCommitFgColor:\n    - '#f9e2af'\n  cherryPickedCommitBgColor:\n    - '#45475a'\n  markedBaseCommitFgColor:\n    - '#89b4fa'\n  markedBaseCommitBgColor:\n    - '#f9e2af'\n  unstagedChangesColor:\n    - '#f38ba8'\n  defaultFgColor:\n    - '#cdd6f4'\n\nauthorColors:\n  '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/frappe/blue.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#8caaee'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#8caaee'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/flamingo.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#eebebe'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#eebebe'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/green.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#a6d189'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#a6d189'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/lavender.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#babbf1'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#babbf1'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/maroon.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#ea999c'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#ea999c'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/mauve.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#ca9ee6'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#ca9ee6'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/peach.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#ef9f76'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#ef9f76'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/pink.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f4b8e4'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#f4b8e4'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/red.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#e78284'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#e78284'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/rosewater.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f2d5cf'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#f2d5cf'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/sapphire.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#85c1dc'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#85c1dc'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/sky.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#99d1db'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#99d1db'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/teal.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#81c8be'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#81c8be'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/frappe/yellow.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#e5c890'\n      - bold\n    inactiveBorderColor:\n      - '#a5adce'\n    searchingActiveBorderColor:\n      - '#e5c890'\n    optionsTextColor:\n      - '#8caaee'\n    selectedLineBgColor:\n      - '#414559'\n    inactiveViewSelectedLineBgColor:\n      - '#737994'\n    cherryPickedCommitFgColor:\n      - '#e5c890'\n    cherryPickedCommitBgColor:\n      - '#51576d'\n    markedBaseCommitFgColor:\n      - '#8caaee'\n    markedBaseCommitBgColor:\n      - '#e5c890'\n    unstagedChangesColor:\n      - '#e78284'\n    defaultFgColor:\n      - '#c6d0f5'\n\n  authorColors:\n    '*': '#babbf1'\n"
  },
  {
    "path": "themes-mergable/latte/blue.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#1e66f5'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#1e66f5'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/flamingo.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#dd7878'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#dd7878'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/green.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#40a02b'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#40a02b'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/lavender.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#7287fd'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#7287fd'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/maroon.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#e64553'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#e64553'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/mauve.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#8839ef'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#8839ef'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/peach.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#fe640b'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#fe640b'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/pink.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#ea76cb'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#ea76cb'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/red.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#d20f39'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#d20f39'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/rosewater.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#dc8a78'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#dc8a78'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/sapphire.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#209fb5'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#209fb5'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/sky.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#04a5e5'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#04a5e5'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/teal.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#179299'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#179299'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/latte/yellow.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#df8e1d'\n      - bold\n    inactiveBorderColor:\n      - '#6c6f85'\n    searchingActiveBorderColor:\n      - '#df8e1d'\n    optionsTextColor:\n      - '#1e66f5'\n    selectedLineBgColor:\n      - '#ccd0da'\n    inactiveViewSelectedLineBgColor:\n      - '#9ca0b0'\n    cherryPickedCommitFgColor:\n      - '#df8e1d'\n    cherryPickedCommitBgColor:\n      - '#bcc0cc'\n    markedBaseCommitFgColor:\n      - '#1e66f5'\n    markedBaseCommitBgColor:\n      - '#df8e1d'\n    unstagedChangesColor:\n      - '#d20f39'\n    defaultFgColor:\n      - '#4c4f69'\n\n  authorColors:\n    '*': '#7287fd'\n"
  },
  {
    "path": "themes-mergable/macchiato/blue.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#8aadf4'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#8aadf4'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/flamingo.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f0c6c6'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#f0c6c6'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/green.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#a6da95'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#a6da95'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/lavender.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#b7bdf8'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#b7bdf8'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/maroon.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#ee99a0'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#ee99a0'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/mauve.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#c6a0f6'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#c6a0f6'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/peach.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f5a97f'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#f5a97f'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/pink.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f5bde6'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#f5bde6'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/red.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#ed8796'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#ed8796'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/rosewater.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f4dbd6'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#f4dbd6'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/sapphire.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#7dc4e4'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#7dc4e4'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/sky.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#91d7e3'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#91d7e3'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/teal.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#8bd5ca'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#8bd5ca'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/macchiato/yellow.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#eed49f'\n      - bold\n    inactiveBorderColor:\n      - '#a5adcb'\n    searchingActiveBorderColor:\n      - '#eed49f'\n    optionsTextColor:\n      - '#8aadf4'\n    selectedLineBgColor:\n      - '#363a4f'\n    inactiveViewSelectedLineBgColor:\n      - '#6e738d'\n    cherryPickedCommitFgColor:\n      - '#eed49f'\n    cherryPickedCommitBgColor:\n      - '#494d64'\n    markedBaseCommitFgColor:\n      - '#8aadf4'\n    markedBaseCommitBgColor:\n      - '#eed49f'\n    unstagedChangesColor:\n      - '#ed8796'\n    defaultFgColor:\n      - '#cad3f5'\n\n  authorColors:\n    '*': '#b7bdf8'\n"
  },
  {
    "path": "themes-mergable/mocha/blue.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#89b4fa'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#89b4fa'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/flamingo.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f2cdcd'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#f2cdcd'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/green.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#a6e3a1'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#a6e3a1'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/lavender.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#b4befe'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#b4befe'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/maroon.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#eba0ac'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#eba0ac'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/mauve.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#cba6f7'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#cba6f7'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/peach.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#fab387'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#fab387'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/pink.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f5c2e7'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#f5c2e7'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/red.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f38ba8'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#f38ba8'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/rosewater.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f5e0dc'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#f5e0dc'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/sapphire.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#74c7ec'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#74c7ec'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/sky.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#89dceb'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#89dceb'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/teal.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#94e2d5'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#94e2d5'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  },
  {
    "path": "themes-mergable/mocha/yellow.yml",
    "content": "gui:\n  theme:\n    activeBorderColor:\n      - '#f9e2af'\n      - bold\n    inactiveBorderColor:\n      - '#a6adc8'\n    searchingActiveBorderColor:\n      - '#f9e2af'\n    optionsTextColor:\n      - '#89b4fa'\n    selectedLineBgColor:\n      - '#313244'\n    inactiveViewSelectedLineBgColor:\n      - '#6c7086'\n    cherryPickedCommitFgColor:\n      - '#f9e2af'\n    cherryPickedCommitBgColor:\n      - '#45475a'\n    markedBaseCommitFgColor:\n      - '#89b4fa'\n    markedBaseCommitBgColor:\n      - '#f9e2af'\n    unstagedChangesColor:\n      - '#f38ba8'\n    defaultFgColor:\n      - '#cdd6f4'\n\n  authorColors:\n    '*': '#b4befe'\n"
  }
]