update copyright
[fedora-idea.git] / plugins / cvs / cvs-plugin / src / com / intellij / cvsSupport2 / checkinProject / CvsDiffColors.java
blob82883b4ea1b16519f35741d5cd02853299ef44f6
1 package com.intellij.cvsSupport2.checkinProject;
3 import com.intellij.openapi.editor.colors.TextAttributesKey;
5 public interface CvsDiffColors {
6 TextAttributesKey DIFF_UNKNOWN = TextAttributesKey.createTextAttributesKey("DIFF_UNKNOWN");
7 TextAttributesKey DIFF_IGNORED = TextAttributesKey.createTextAttributesKey("DIFF_IGNORED");
8 TextAttributesKey DIFF_DELETED_FROM_FS = TextAttributesKey.createTextAttributesKey("DIIF_DELETED_FROM_FS");