programs.anvil-editor.style

Style settings for anvil-editor. All available options can be found here: https://anvil-editor.net/reference/config/#stylejs.

Type
JSON value
Default
{ }
Example
{
  BodyBgColor = "#17223b";
  GutterWidth = 14;
  ScrollBgColor = "#6b778d";
  ScrollFgColor = "#17223b";
  TagBgColor = "#263859";
  TagFgColor = "#fefefe";
  WinBorderColor = "#000000";
}
Declared
<home-manager/modules/programs/anvil-editor.nix>