# FieldStyle

Represents the style settings of the field in YouTrack.
## Attributes

This table describes attributes of the `FieldStyle` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The numeric index of the built-in field style palette. Supported values currently range from `0` to `35`. `Read-only`.  |
|  background  |  String  |  The background color of this field style, encoded as a hexadecimal RGB string. `Read-only`. `Can be null`.  |
|  foreground  |  String  |  The foreground color of this field style, encoded as a hexadecimal RGB string. `Read-only`. `Can be null`.  |

