diff --git a/README.md b/README.md
index 4e7f87b3..d84335ed 100644
--- a/README.md
+++ b/README.md
@@ -111,8 +111,6 @@ This app supports open repository in external tools listed in the table below.
| Color.Border2 | Border color used in visual lines, like seperators, Rectange, etc. |
| Color.FlatButton.Background | Flat button background color, like `Cancel`, `Commit & Push` button |
| Color.FlatButton.BackgroundHovered | Flat button background color when hovered, like `Cancel` button |
-| Color.FlatButton.PrimaryBackground | Primary flat button background color, like `Ok`, `Commit` button |
-| Color.FlatButton.PrimaryBackgroundHovered | Primary flat button background color when hovered, like `Ok`, `Commit` button |
| Color.FG1 | Primary foreground color for all text elements |
| Color.FG2 | Secondary foreground color for all text elements |
| Color.Diff.EmptyBG | Background color used in empty lines in diff viewer |
diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml
index fdf3ec3e..ca15f55f 100644
--- a/src/Resources/Styles.axaml
+++ b/src/Resources/Styles.axaml
@@ -405,7 +405,8 @@